HEX: #6E417D
RGB: (110,65,125)
Il colore #6E417D contiene principalmente il rosso e il blu. Per il #6E417D il colore web safe è #663366 (#636).
Il colore 6E417D in RGB è definito come 110,65,125
RGB: (110,65,125) (43%,25%,49%)
R 110 da 255 = 43%
G 65 da 255 = 25%
B 125 da 255 = 49%
R + G + B ~ 39%. #6E417D colore abbastanza scuro.
R + G + B =
110 + 65 + 125 = 300 (100%)
R 110 da 300 ~ 36.67%
G 65 da 300 ~ 21.67%
B 125 da 300 ~ 41.67%
Il colore #6E417D in CMYK è definito come 12,48,0,51.
CMYK: (12,48,0,51) C12M48Y0K51 (12%,48%,0%,51%) (0.12/0.48/0.00/0.51)
6E | 41 | 7D | |
---|---|---|---|
RGB | 110 | 65 | 125 |
HSL | 285° | 31.58% | 37.25% |
HSB/HSV | 285° | 48.00% | 49.02% |
CMYK | 12.00% | 48.00% | 0.00% |
50.98% |
Esadicemale | 6E | 41 | 7D |
Decimale | 110 | 65 | 125 |
Binario | 1101110 | 1000001 | 1111101 |
Ottale | 156 | 101 | 175 |
Esempi dei codici css e html per gli elementi di colore #6E417D. Utilizzate rgb(110,65,125) anche al posto del codice hex.
.myTextColor { color: #6E417D; }
<p style="color:#6E417D">This sample text font color is #6E417D.</p>
Il colore di questo testo è #6E417D.
.myBgColor { background-color: #6E417D; }
<div style="background-color:#6E417D">Inner text</div>
Questo div ha lo sfondo di colore #6E417D.
.myBorderColor { border: 1px solid #6E417D; }
<div style="border:3px solid #6E417D">Div</div>
Questo div ha i bordi di colore 6E417D.
.myOpacity80 { color: #6E417D; opacity: 0.8; }
<p style="color:#6E417D;opacity:0.8;">80%</p>
Il testo di color #6E417D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E417D;}
<p style="text-shadow: 3px 3px 1px #6E417D">Text here.</p>
Questo testo ha l'ombra di colore #6E417D.
.textShadow {text-shadow: 3px 3px 1px #6E417D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E417D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6E417D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E417D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E417D, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E417D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6E417D; -webkit-box-shadow: 1px 1px 3px 2px #6E417D; box-shadow: 1px 1px 3px 2px #6E417D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #6E417D; -webkit-box-shadow: 1px 1px 3px 2px #6E417D; box-shadow:1px 1px 3px 2px #6E417D;">
Div content here</div>
Questo e il testo di colore #6E417D sullo sfondo nero.
Questo e il testo di colore #6E417D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6E417D.
Questo è un testo bianco sullo sfondo del colore #6E417D.