HEX: #6E7ED6
RGB: (110,126,214)
Il colore #6E7ED6 contiene principalmente il blu. Per il #6E7ED6 il colore web safe è #6666CC (#66C).
Il colore 6E7ED6 in RGB è definito come 110,126,214
RGB: (110,126,214)
(43%, 49%, 84%)
R 110 da 255 = 43%
G 126 da 255 = 49%
B 214 da 255 = 84%
R + G + B ~ 59%. #6E7ED6 colore medio (né scuro né chiaro).
R + G + B = 110 + 126 + 214 = 450 (100%)
R 110 da 450 ~ 24.44%
G 126 da 450 ~ 28%
B 214 da 450 ~ 47.56'%
Il colore #6E7ED6 in CMYK è definito come 49,41,0,16.
CMYK: (49,41,0,16)
C49M41Y0K16 (49%, 41%, 0%, 16%)
(0.49 / 0.41 / 0.00 / 0.16)
Il #6E7ED6 nei modelli di colore popolari.
6E | 7E | D6 | |
---|---|---|---|
RGB | 110 | 126 | 214 |
HSL | 231° | 55.91% | 63.53% |
HSB/HSV | 231° | 48.60% | 83.92% |
CMYK | 48.60% | 41.12% | 0.00% |
16.08% |
Il #6E7ED6 nei modelli numerici popolari.
Esadicemale | 6E | 7E | D6 |
Decimale | 110 | 126 | 214 |
Binario | 1101110 | 1111110 | 11010110 |
Ottale | 156 | 176 | 326 |
Tonalità scure del colore #6E7ED6
Tonalità chiare del colore #6E7ED6
Esempi dei codici css e html per gli elementi di colore #6E7ED6. Utilizzate rgb(110,126,214) anche al posto del codice hex.
.myTextColor { color: #6E7ED6; }
<p style="color:#6E7ED6">This sample text font color is #6E7ED6.</p>
Il colore di questo testo è #6E7ED6.
.myBgColor { background-color: #6E7ED6; }
<div style="background-color:#6E7ED6">Inner text</div>
Questo div ha lo sfondo di colore #6E7ED6.
.myBorderColor { border: 1px solid #6E7ED6; }
<div style="border:3px solid #6E7ED6">Div</div>
Questo div ha i bordi di colore 6E7ED6.
.myOpacity80 { color: #6E7ED6; opacity: 0.8; }
<p style="color:#6E7ED6;opacity:0.8;">80%</p>
Il testo di color #6E7ED6 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6E7ED6;}
<p style="text-shadow: 3px 3px 1px #6E7ED6">Text here.</p>
Questo testo ha l'ombra di colore #6E7ED6.
.textShadow {text-shadow: 3px 3px 1px #6E7ED6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6E7ED6, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6E7ED6 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6E7ED6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6E7ED6, Direction=45, Strength=4)">Text</p>
This text has shadow with #6E7ED6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6E7ED6;
-webkit-box-shadow: 1px 1px 3px 2px #6E7ED6;
box-shadow: 1px 1px 3px 2px #6E7ED6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6E7ED6; -webkit-box-shadow: 1px 1px 3px 2px #6E7ED6; box-shadow:1px 1px 3px 2px #6E7ED6;">
Div content here
</div>
Questo e il testo di colore #6E7ED6 sullo sfondo nero.
Questo e il testo di colore #6E7ED6 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6E7ED6.
Questo è un testo bianco sullo sfondo del colore #6E7ED6.
Il colore complimentare del #hex è #918129..