HEX: #6D437F
RGB: (109,67,127)
Il colore #6D437F contiene principalmente il rosso e il blu. Per il #6D437F il colore web safe è #663366 (#636).
Il colore 6D437F in RGB è definito come 109,67,127
RGB: (109,67,127) (43%,26%,50%)
R 109 da 255 = 43%
G 67 da 255 = 26%
B 127 da 255 = 50%
R + G + B ~ 40%. #6D437F colore medio (né scuro né chiaro).
R + G + B =
109 + 67 + 127 = 303 (100%)
R 109 da 303 ~ 35.97%
G 67 da 303 ~ 22.11%
B 127 da 303 ~ 41.91%
Il colore #6D437F in CMYK è definito come 14,47,0,50.
CMYK: (14,47,0,50) C14M47Y0K50 (14%,47%,0%,50%) (0.14/0.47/0.00/0.50)
6D | 43 | 7F | |
---|---|---|---|
RGB | 109 | 67 | 127 |
HSL | 282° | 30.93% | 38.04% |
HSB/HSV | 282° | 47.24% | 49.80% |
CMYK | 14.17% | 47.24% | 0.00% |
50.20% |
Esadicemale | 6D | 43 | 7F |
Decimale | 109 | 67 | 127 |
Binario | 1101101 | 1000011 | 1111111 |
Ottale | 155 | 103 | 177 |
Esempi dei codici css e html per gli elementi di colore #6D437F. Utilizzate rgb(109,67,127) anche al posto del codice hex.
.myTextColor { color: #6D437F; }
<p style="color:#6D437F">This sample text font color is #6D437F.</p>
Il colore di questo testo è #6D437F.
.myBgColor { background-color: #6D437F; }
<div style="background-color:#6D437F">Inner text</div>
Questo div ha lo sfondo di colore #6D437F.
.myBorderColor { border: 1px solid #6D437F; }
<div style="border:3px solid #6D437F">Div</div>
Questo div ha i bordi di colore 6D437F.
.myOpacity80 { color: #6D437F; opacity: 0.8; }
<p style="color:#6D437F;opacity:0.8;">80%</p>
Il testo di color #6D437F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D437F;}
<p style="text-shadow: 3px 3px 1px #6D437F">Text here.</p>
Questo testo ha l'ombra di colore #6D437F.
.textShadow {text-shadow: 3px 3px 1px #6D437F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D437F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D437F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D437F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D437F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D437F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D437F; -webkit-box-shadow: 1px 1px 3px 2px #6D437F; box-shadow: 1px 1px 3px 2px #6D437F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D437F; -webkit-box-shadow: 1px 1px 3px 2px #6D437F; box-shadow:1px 1px 3px 2px #6D437F;">
Div content here</div>
Questo e il testo di colore #6D437F sullo sfondo nero.
Questo e il testo di colore #6D437F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D437F.
Questo è un testo bianco sullo sfondo del colore #6D437F.