HEX: #6E3D71
RGB: (110,61,113)
Il colore #6E3D71 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #6E3D71 il colore web safe è #663366 (#636).
Il colore 6E3D71 in RGB è definito come 110,61,113
RGB: (110,61,113) (43%,24%,44%)
R 110 da 255 = 43%
G 61 da 255 = 24%
B 113 da 255 = 44%
R + G + B ~ 37%. #6E3D71 colore abbastanza scuro.
R + G + B =
110 + 61 + 113 = 284 (100%)
R 110 da 284 ~ 38.73%
G 61 da 284 ~ 21.48%
B 113 da 284 ~ 39.79%
Il colore #6E3D71 in CMYK è definito come 3,46,0,56.
CMYK: (3,46,0,56) C3M46Y0K56 (3%,46%,0%,56%) (0.03/0.46/0.00/0.56)
6E | 3D | 71 | |
---|---|---|---|
RGB | 110 | 61 | 113 |
HSL | 297° | 29.89% | 34.12% |
HSB/HSV | 297° | 46.02% | 44.31% |
CMYK | 2.65% | 46.02% | 0.00% |
55.69% |
Esadicemale | 6E | 3D | 71 |
Decimale | 110 | 61 | 113 |
Binario | 1101110 | 111101 | 1110001 |
Ottale | 156 | 75 | 161 |
Esempi dei codici css e html per gli elementi di colore #6E3D71. Utilizzate rgb(110,61,113) anche al posto del codice hex.
.myTextColor { color: #6E3D71; }
<p style="color:#6E3D71">This sample text font color is #6E3D71.</p>
Il colore di questo testo è #6E3D71.
.myBgColor { background-color: #6E3D71; }
<div style="background-color:#6E3D71">Inner text</div>
Questo div ha lo sfondo di colore #6E3D71.
.myBorderColor { border: 1px solid #6E3D71; }
<div style="border:3px solid #6E3D71">Div</div>
Questo div ha i bordi di colore 6E3D71.
.myOpacity80 { color: #6E3D71; opacity: 0.8; }
<p style="color:#6E3D71;opacity:0.8;">80%</p>
Il testo di color #6E3D71 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E3D71;}
<p style="text-shadow: 3px 3px 1px #6E3D71">Text here.</p>
Questo testo ha l'ombra di colore #6E3D71.
.textShadow {text-shadow: 3px 3px 1px #6E3D71, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E3D71, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6E3D71 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E3D71, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E3D71, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E3D71 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E3D71; -webkit-box-shadow: 1px 1px 3px 2px #6E3D71; box-shadow: 1px 1px 3px 2px #6E3D71; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E3D71; -webkit-box-shadow: 1px 1px 3px 2px #6E3D71; box-shadow:1px 1px 3px 2px #6E3D71;">
Div content here</div>
Questo e il testo di colore #6E3D71 sullo sfondo nero.
Questo e il testo di colore #6E3D71 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6E3D71.
Questo è un testo bianco sullo sfondo del colore #6E3D71.