HEX: #6D277F
RGB: (109,39,127)
Il colore #6D277F contiene principalmente il rosso e il blu. Per il #6D277F il colore web safe è #663366 (#636).
Il colore 6D277F in RGB è definito come 109,39,127
RGB: (109,39,127)
(43%, 15%, 50%)
R 109 da 255 = 43%
G 39 da 255 = 15%
B 127 da 255 = 50%
R + G + B ~ 36%. #6D277F colore abbastanza scuro.
R + G + B = 109 + 39 + 127 = 275 (100%)
R 109 da 275 ~ 39.64%
G 39 da 275 ~ 14.18%
B 127 da 275 ~ 46.18'%
Il colore #6D277F in CMYK è definito come 14,69,0,50.
CMYK: (14,69,0,50)
C14M69Y0K50 (14%, 69%, 0%, 50%)
(0.14 / 0.69 / 0.00 / 0.50)
Il #6D277F nei modelli di colore popolari.
6D | 27 | 7F | |
---|---|---|---|
RGB | 109 | 39 | 127 |
HSL | 288° | 53.01% | 32.55% |
HSB/HSV | 288° | 69.29% | 49.80% |
CMYK | 14.17% | 69.29% | 0.00% |
50.20% |
Il #6D277F nei modelli numerici popolari.
Esadicemale | 6D | 27 | 7F |
Decimale | 109 | 39 | 127 |
Binario | 1101101 | 100111 | 1111111 |
Ottale | 155 | 47 | 177 |
Tonalità scure del colore #6D277F
Tonalità chiare del colore #6D277F
Esempi dei codici css e html per gli elementi di colore #6D277F. Utilizzate rgb(109,39,127) anche al posto del codice hex.
.myTextColor { color: #6D277F; }
<p style="color:#6D277F">This sample text font color is #6D277F.</p>
Il colore di questo testo è #6D277F.
.myBgColor { background-color: #6D277F; }
<div style="background-color:#6D277F">Inner text</div>
Questo div ha lo sfondo di colore #6D277F.
.myBorderColor { border: 1px solid #6D277F; }
<div style="border:3px solid #6D277F">Div</div>
Questo div ha i bordi di colore 6D277F.
.myOpacity80 { color: #6D277F; opacity: 0.8; }
<p style="color:#6D277F;opacity:0.8;">80%</p>
Il testo di color #6D277F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D277F;}
<p style="text-shadow: 3px 3px 1px #6D277F">Text here.</p>
Questo testo ha l'ombra di colore #6D277F.
.textShadow {text-shadow: 3px 3px 1px #6D277F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D277F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D277F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D277F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D277F, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D277F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D277F;
-webkit-box-shadow: 1px 1px 3px 2px #6D277F;
box-shadow: 1px 1px 3px 2px #6D277F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D277F; -webkit-box-shadow: 1px 1px 3px 2px #6D277F; box-shadow:1px 1px 3px 2px #6D277F;">
Div content here
</div>
Questo e il testo di colore #6D277F sullo sfondo nero.
Questo e il testo di colore #6D277F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D277F.
Questo è un testo bianco sullo sfondo del colore #6D277F.
Il colore complimentare del #hex è #92D880..