HEX: #6D667E
RGB: (109,102,126)
Il colore #6D667E contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D667E il colore web safe è #666666 (#666).
Il colore 6D667E in RGB è definito come 109,102,126
RGB: (109,102,126) (43%,40%,49%)
R 109 da 255 = 43%
G 102 da 255 = 40%
B 126 da 255 = 49%
R + G + B ~ 44%. #6D667E colore medio (né scuro né chiaro).
R + G + B =
109 + 102 + 126 = 337 (100%)
R 109 da 337 ~ 32.34%
G 102 da 337 ~ 30.27%
B 126 da 337 ~ 37.39%
Il colore #6D667E in CMYK è definito come 13,19,0,51.
CMYK: (13,19,0,51) C13M19Y0K51 (13%,19%,0%,51%) (0.13/0.19/0.00/0.51)
6D | 66 | 7E | |
---|---|---|---|
RGB | 109 | 102 | 126 |
HSL | 258° | 10.53% | 44.71% |
HSB/HSV | 258° | 19.05% | 49.41% |
CMYK | 13.49% | 19.05% | 0.00% |
50.59% |
Esadicemale | 6D | 66 | 7E |
Decimale | 109 | 102 | 126 |
Binario | 1101101 | 1100110 | 1111110 |
Ottale | 155 | 146 | 176 |
Esempi dei codici css e html per gli elementi di colore #6D667E. Utilizzate rgb(109,102,126) anche al posto del codice hex.
.myTextColor { color: #6D667E; }
<p style="color:#6D667E">This sample text font color is #6D667E.</p>
Il colore di questo testo è #6D667E.
.myBgColor { background-color: #6D667E; }
<div style="background-color:#6D667E">Inner text</div>
Questo div ha lo sfondo di colore #6D667E.
.myBorderColor { border: 1px solid #6D667E; }
<div style="border:3px solid #6D667E">Div</div>
Questo div ha i bordi di colore 6D667E.
.myOpacity80 { color: #6D667E; opacity: 0.8; }
<p style="color:#6D667E;opacity:0.8;">80%</p>
Il testo di color #6D667E e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D667E;}
<p style="text-shadow: 3px 3px 1px #6D667E">Text here.</p>
Questo testo ha l'ombra di colore #6D667E.
.textShadow {text-shadow: 3px 3px 1px #6D667E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D667E, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D667E e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D667E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D667E, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D667E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D667E; -webkit-box-shadow: 1px 1px 3px 2px #6D667E; box-shadow: 1px 1px 3px 2px #6D667E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D667E; -webkit-box-shadow: 1px 1px 3px 2px #6D667E; box-shadow:1px 1px 3px 2px #6D667E;">
Div content here</div>
Questo e il testo di colore #6D667E sullo sfondo nero.
Questo e il testo di colore #6D667E sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D667E.
Questo è un testo bianco sullo sfondo del colore #6D667E.