HEX: #6D516B
RGB: (109,81,107)
Il colore #6D516B contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D516B il colore web safe è #666666 (#666).
Il colore 6D516B in RGB è definito come 109,81,107
RGB: (109,81,107) (43%,32%,42%)
R 109 da 255 = 43%
G 81 da 255 = 32%
B 107 da 255 = 42%
R + G + B ~ 39%. #6D516B colore abbastanza scuro.
R + G + B =
109 + 81 + 107 = 297 (100%)
R 109 da 297 ~ 36.7%
G 81 da 297 ~ 27.27%
B 107 da 297 ~ 36.03%
Il colore #6D516B in CMYK è definito come 0,26,2,57.
CMYK: (0,26,2,57) C0M26Y2K57 (0%,26%,2%,57%) (0.00/0.26/0.02/0.57)
6D | 51 | 6B | |
---|---|---|---|
RGB | 109 | 81 | 107 |
HSL | 304° | 14.74% | 37.25% |
HSB/HSV | 304° | 25.69% | 42.75% |
CMYK | 0.00% | 25.69% | 1.83% |
57.25% |
Esadicemale | 6D | 51 | 6B |
Decimale | 109 | 81 | 107 |
Binario | 1101101 | 1010001 | 1101011 |
Ottale | 155 | 121 | 153 |
Esempi dei codici css e html per gli elementi di colore #6D516B. Utilizzate rgb(109,81,107) anche al posto del codice hex.
.myTextColor { color: #6D516B; }
<p style="color:#6D516B">This sample text font color is #6D516B.</p>
Il colore di questo testo è #6D516B.
.myBgColor { background-color: #6D516B; }
<div style="background-color:#6D516B">Inner text</div>
Questo div ha lo sfondo di colore #6D516B.
.myBorderColor { border: 1px solid #6D516B; }
<div style="border:3px solid #6D516B">Div</div>
Questo div ha i bordi di colore 6D516B.
.myOpacity80 { color: #6D516B; opacity: 0.8; }
<p style="color:#6D516B;opacity:0.8;">80%</p>
Il testo di color #6D516B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D516B;}
<p style="text-shadow: 3px 3px 1px #6D516B">Text here.</p>
Questo testo ha l'ombra di colore #6D516B.
.textShadow {text-shadow: 3px 3px 1px #6D516B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D516B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D516B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D516B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D516B, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D516B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D516B; -webkit-box-shadow: 1px 1px 3px 2px #6D516B; box-shadow: 1px 1px 3px 2px #6D516B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D516B; -webkit-box-shadow: 1px 1px 3px 2px #6D516B; box-shadow:1px 1px 3px 2px #6D516B;">
Div content here</div>
Questo e il testo di colore #6D516B sullo sfondo nero.
Questo e il testo di colore #6D516B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D516B.
Questo è un testo bianco sullo sfondo del colore #6D516B.