HEX: #6D5D7C
RGB: (109,93,124)
Il colore #6D5D7C contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D5D7C il colore web safe è #666666 (#666).
Il colore 6D5D7C in RGB è definito come 109,93,124
RGB: (109,93,124) (43%,36%,49%)
R 109 da 255 = 43%
G 93 da 255 = 36%
B 124 da 255 = 49%
R + G + B ~ 43%. #6D5D7C colore medio (né scuro né chiaro).
R + G + B =
109 + 93 + 124 = 326 (100%)
R 109 da 326 ~ 33.44%
G 93 da 326 ~ 28.53%
B 124 da 326 ~ 38.04%
Il colore #6D5D7C in CMYK è definito come 12,25,0,51.
CMYK: (12,25,0,51) C12M25Y0K51 (12%,25%,0%,51%) (0.12/0.25/0.00/0.51)
6D | 5D | 7C | |
---|---|---|---|
RGB | 109 | 93 | 124 |
HSL | 271° | 14.29% | 42.55% |
HSB/HSV | 271° | 25.00% | 48.63% |
CMYK | 12.10% | 25.00% | 0.00% |
51.37% |
Esadicemale | 6D | 5D | 7C |
Decimale | 109 | 93 | 124 |
Binario | 1101101 | 1011101 | 1111100 |
Ottale | 155 | 135 | 174 |
Esempi dei codici css e html per gli elementi di colore #6D5D7C. Utilizzate rgb(109,93,124) anche al posto del codice hex.
.myTextColor { color: #6D5D7C; }
<p style="color:#6D5D7C">This sample text font color is #6D5D7C.</p>
Il colore di questo testo è #6D5D7C.
.myBgColor { background-color: #6D5D7C; }
<div style="background-color:#6D5D7C">Inner text</div>
Questo div ha lo sfondo di colore #6D5D7C.
.myBorderColor { border: 1px solid #6D5D7C; }
<div style="border:3px solid #6D5D7C">Div</div>
Questo div ha i bordi di colore 6D5D7C.
.myOpacity80 { color: #6D5D7C; opacity: 0.8; }
<p style="color:#6D5D7C;opacity:0.8;">80%</p>
Il testo di color #6D5D7C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D5D7C;}
<p style="text-shadow: 3px 3px 1px #6D5D7C">Text here.</p>
Questo testo ha l'ombra di colore #6D5D7C.
.textShadow {text-shadow: 3px 3px 1px #6D5D7C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D5D7C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D5D7C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D5D7C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D5D7C, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D5D7C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6D5D7C; -webkit-box-shadow: 1px 1px 3px 2px #6D5D7C; box-shadow: 1px 1px 3px 2px #6D5D7C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6D5D7C; -webkit-box-shadow: 1px 1px 3px 2px #6D5D7C; box-shadow:1px 1px 3px 2px #6D5D7C;">
Div content here</div>
Questo e il testo di colore #6D5D7C sullo sfondo nero.
Questo e il testo di colore #6D5D7C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D5D7C.
Questo è un testo bianco sullo sfondo del colore #6D5D7C.