HEX: #6D8E99
RGB: (109,142,153)
Il colore #6D8E99 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D8E99 il colore web safe è #669999 (#699).
Il colore 6D8E99 in RGB è definito come 109,142,153
RGB: (109,142,153) (43%,56%,60%)
R 109 da 255 = 43%
G 142 da 255 = 56%
B 153 da 255 = 60%
R + G + B ~ 53%. #6D8E99 colore medio (né scuro né chiaro).
R + G + B =
109 + 142 + 153 = 404 (100%)
R 109 da 404 ~ 26.98%
G 142 da 404 ~ 35.15%
B 153 da 404 ~ 37.87%
Il colore #6D8E99 in CMYK è definito come 29,7,0,40.
CMYK: (29,7,0,40) C29M7Y0K40 (29%,7%,0%,40%) (0.29/0.07/0.00/0.40)
6D | 8E | 99 | |
---|---|---|---|
RGB | 109 | 142 | 153 |
HSL | 195° | 17.74% | 51.37% |
HSB/HSV | 195° | 28.76% | 60.00% |
CMYK | 28.76% | 7.19% | 0.00% |
40.00% |
Esadicemale | 6D | 8E | 99 |
Decimale | 109 | 142 | 153 |
Binario | 1101101 | 10001110 | 10011001 |
Ottale | 155 | 216 | 231 |
Esempi dei codici css e html per gli elementi di colore #6D8E99. Utilizzate rgb(109,142,153) anche al posto del codice hex.
.myTextColor { color: #6D8E99; }
<p style="color:#6D8E99">This sample text font color is #6D8E99.</p>
Il colore di questo testo è #6D8E99.
.myBgColor { background-color: #6D8E99; }
<div style="background-color:#6D8E99">Inner text</div>
Questo div ha lo sfondo di colore #6D8E99.
.myBorderColor { border: 1px solid #6D8E99; }
<div style="border:3px solid #6D8E99">Div</div>
Questo div ha i bordi di colore 6D8E99.
.myOpacity80 { color: #6D8E99; opacity: 0.8; }
<p style="color:#6D8E99;opacity:0.8;">80%</p>
Il testo di color #6D8E99 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D8E99;}
<p style="text-shadow: 3px 3px 1px #6D8E99">Text here.</p>
Questo testo ha l'ombra di colore #6D8E99.
.textShadow {text-shadow: 3px 3px 1px #6D8E99, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D8E99, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D8E99 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D8E99, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D8E99, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D8E99 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D8E99; -webkit-box-shadow: 1px 1px 3px 2px #6D8E99; box-shadow: 1px 1px 3px 2px #6D8E99; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D8E99; -webkit-box-shadow: 1px 1px 3px 2px #6D8E99; box-shadow:1px 1px 3px 2px #6D8E99;">
Div content here</div>
Questo e il testo di colore #6D8E99 sullo sfondo nero.
Questo e il testo di colore #6D8E99 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D8E99.
Questo è un testo bianco sullo sfondo del colore #6D8E99.