HEX: #6D3B71
RGB: (109,59,113)
Il colore #6D3B71 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6D3B71 il colore web safe è #663366 (#636).
Il colore 6D3B71 in RGB è definito come 109,59,113
RGB: (109,59,113)
(43%, 23%, 44%)
R 109 da 255 = 43%
G 59 da 255 = 23%
B 113 da 255 = 44%
R + G + B ~ 37%. #6D3B71 colore abbastanza scuro.
R + G + B = 109 + 59 + 113 = 281 (100%)
R 109 da 281 ~ 38.79%
G 59 da 281 ~ 21%
B 113 da 281 ~ 40.21'%
Il colore #6D3B71 in CMYK è definito come 4,48,0,56.
CMYK: (4,48,0,56)
C4M48Y0K56 (4%, 48%, 0%, 56%)
(0.04 / 0.48 / 0.00 / 0.56)
Il #6D3B71 nei modelli di colore popolari.
6D | 3B | 71 | |
---|---|---|---|
RGB | 109 | 59 | 113 |
HSL | 296° | 31.40% | 33.73% |
HSB/HSV | 296° | 47.79% | 44.31% |
CMYK | 3.54% | 47.79% | 0.00% |
55.69% |
Il #6D3B71 nei modelli numerici popolari.
Esadicemale | 6D | 3B | 71 |
Decimale | 109 | 59 | 113 |
Binario | 1101101 | 111011 | 1110001 |
Ottale | 155 | 73 | 161 |
Tonalità scure del colore #6D3B71
Tonalità chiare del colore #6D3B71
Esempi dei codici css e html per gli elementi di colore #6D3B71. Utilizzate rgb(109,59,113) anche al posto del codice hex.
.myTextColor { color: #6D3B71; }
<p style="color:#6D3B71">This sample text font color is #6D3B71.</p>
Il colore di questo testo è #6D3B71.
.myBgColor { background-color: #6D3B71; }
<div style="background-color:#6D3B71">Inner text</div>
Questo div ha lo sfondo di colore #6D3B71.
.myBorderColor { border: 1px solid #6D3B71; }
<div style="border:3px solid #6D3B71">Div</div>
Questo div ha i bordi di colore 6D3B71.
.myOpacity80 { color: #6D3B71; opacity: 0.8; }
<p style="color:#6D3B71;opacity:0.8;">80%</p>
Il testo di color #6D3B71 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D3B71;}
<p style="text-shadow: 3px 3px 1px #6D3B71">Text here.</p>
Questo testo ha l'ombra di colore #6D3B71.
.textShadow {text-shadow: 3px 3px 1px #6D3B71', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D3B71, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D3B71 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D3B71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D3B71, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D3B71 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D3B71;
-webkit-box-shadow: 1px 1px 3px 2px #6D3B71;
box-shadow: 1px 1px 3px 2px #6D3B71;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D3B71; -webkit-box-shadow: 1px 1px 3px 2px #6D3B71; box-shadow:1px 1px 3px 2px #6D3B71;">
Div content here
</div>
Questo e il testo di colore #6D3B71 sullo sfondo nero.
Questo e il testo di colore #6D3B71 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D3B71.
Questo è un testo bianco sullo sfondo del colore #6D3B71.
Il colore complimentare del #hex è #92C48E..