HEX: #6D868B
RGB: (109,134,139)
Il colore #6D868B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D868B il colore web safe è #669999 (#699).
Il colore 6D868B in RGB è definito come 109,134,139
RGB: (109,134,139) (43%,53%,55%)
R 109 da 255 = 43%
G 134 da 255 = 53%
B 139 da 255 = 55%
R + G + B ~ 50%. #6D868B colore medio (né scuro né chiaro).
R + G + B =
109 + 134 + 139 = 382 (100%)
R 109 da 382 ~ 28.53%
G 134 da 382 ~ 35.08%
B 139 da 382 ~ 36.39%
Il colore #6D868B in CMYK è definito come 22,4,0,45.
CMYK: (22,4,0,45) C22M4Y0K45 (22%,4%,0%,45%) (0.22/0.04/0.00/0.45)
6D | 86 | 8B | |
---|---|---|---|
RGB | 109 | 134 | 139 |
HSL | 190° | 12.10% | 48.63% |
HSB/HSV | 190° | 21.58% | 54.51% |
CMYK | 21.58% | 3.60% | 0.00% |
45.49% |
Esadicemale | 6D | 86 | 8B |
Decimale | 109 | 134 | 139 |
Binario | 1101101 | 10000110 | 10001011 |
Ottale | 155 | 206 | 213 |
Esempi dei codici css e html per gli elementi di colore #6D868B. Utilizzate rgb(109,134,139) anche al posto del codice hex.
.myTextColor { color: #6D868B; }
<p style="color:#6D868B">This sample text font color is #6D868B.</p>
Il colore di questo testo è #6D868B.
.myBgColor { background-color: #6D868B; }
<div style="background-color:#6D868B">Inner text</div>
Questo div ha lo sfondo di colore #6D868B.
.myBorderColor { border: 1px solid #6D868B; }
<div style="border:3px solid #6D868B">Div</div>
Questo div ha i bordi di colore 6D868B.
.myOpacity80 { color: #6D868B; opacity: 0.8; }
<p style="color:#6D868B;opacity:0.8;">80%</p>
Il testo di color #6D868B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D868B;}
<p style="text-shadow: 3px 3px 1px #6D868B">Text here.</p>
Questo testo ha l'ombra di colore #6D868B.
.textShadow {text-shadow: 3px 3px 1px #6D868B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D868B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D868B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D868B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D868B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D868B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D868B; -webkit-box-shadow: 1px 1px 3px 2px #6D868B; box-shadow: 1px 1px 3px 2px #6D868B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D868B; -webkit-box-shadow: 1px 1px 3px 2px #6D868B; box-shadow:1px 1px 3px 2px #6D868B;">
Div content here</div>
Questo e il testo di colore #6D868B sullo sfondo nero.
Questo e il testo di colore #6D868B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D868B.
Questo è un testo bianco sullo sfondo del colore #6D868B.