HEX: #6D7ED3
RGB: (109,126,211)
Il colore #6D7ED3 contiene principalmente il blu. Per il #6D7ED3 il colore web safe è #6666CC (#66C).
Il colore 6D7ED3 in RGB è definito come 109,126,211
RGB: (109,126,211)
(43%, 49%, 83%)
R 109 da 255 = 43%
G 126 da 255 = 49%
B 211 da 255 = 83%
R + G + B ~ 58%. #6D7ED3 colore medio (né scuro né chiaro).
R + G + B = 109 + 126 + 211 = 446 (100%)
R 109 da 446 ~ 24.44%
G 126 da 446 ~ 28.25%
B 211 da 446 ~ 47.31'%
Il colore #6D7ED3 in CMYK è definito come 48,40,0,17.
CMYK: (48,40,0,17)
C48M40Y0K17 (48%, 40%, 0%, 17%)
(0.48 / 0.40 / 0.00 / 0.17)
Il #6D7ED3 nei modelli di colore popolari.
6D | 7E | D3 | |
---|---|---|---|
RGB | 109 | 126 | 211 |
HSL | 230° | 53.68% | 62.75% |
HSB/HSV | 230° | 48.34% | 82.75% |
CMYK | 48.34% | 40.28% | 0.00% |
17.25% |
Il #6D7ED3 nei modelli numerici popolari.
Esadicemale | 6D | 7E | D3 |
Decimale | 109 | 126 | 211 |
Binario | 1101101 | 1111110 | 11010011 |
Ottale | 155 | 176 | 323 |
Tonalità scure del colore #6D7ED3
Tonalità chiare del colore #6D7ED3
Esempi dei codici css e html per gli elementi di colore #6D7ED3. Utilizzate rgb(109,126,211) anche al posto del codice hex.
.myTextColor { color: #6D7ED3; }
<p style="color:#6D7ED3">This sample text font color is #6D7ED3.</p>
Il colore di questo testo è #6D7ED3.
.myBgColor { background-color: #6D7ED3; }
<div style="background-color:#6D7ED3">Inner text</div>
Questo div ha lo sfondo di colore #6D7ED3.
.myBorderColor { border: 1px solid #6D7ED3; }
<div style="border:3px solid #6D7ED3">Div</div>
Questo div ha i bordi di colore 6D7ED3.
.myOpacity80 { color: #6D7ED3; opacity: 0.8; }
<p style="color:#6D7ED3;opacity:0.8;">80%</p>
Il testo di color #6D7ED3 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6D7ED3;}
<p style="text-shadow: 3px 3px 1px #6D7ED3">Text here.</p>
Questo testo ha l'ombra di colore #6D7ED3.
.textShadow {text-shadow: 3px 3px 1px #6D7ED3', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6D7ED3, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6D7ED3 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6D7ED3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6D7ED3, Direction=45, Strength=4)">Text</p>
This text has shadow with #6D7ED3 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6D7ED3;
-webkit-box-shadow: 1px 1px 3px 2px #6D7ED3;
box-shadow: 1px 1px 3px 2px #6D7ED3;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6D7ED3; -webkit-box-shadow: 1px 1px 3px 2px #6D7ED3; box-shadow:1px 1px 3px 2px #6D7ED3;">
Div content here
</div>
Questo e il testo di colore #6D7ED3 sullo sfondo nero.
Questo e il testo di colore #6D7ED3 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6D7ED3.
Questo è un testo bianco sullo sfondo del colore #6D7ED3.
Il colore complimentare del #hex è #92812C..