HEX: #6373AB
RGB: (99,115,171)
Il colore #6373AB contiene principalmente il verde e il blu. Per il #6373AB il colore web safe è #666699 (#669).
Il colore 6373AB in RGB è definito come 99,115,171
RGB: (99,115,171)
(39%, 45%, 67%)
R 99 da 255 = 39%
G 115 da 255 = 45%
B 171 da 255 = 67%
R + G + B ~ 50%. #6373AB colore medio (né scuro né chiaro).
R + G + B = 99 + 115 + 171 = 385 (100%)
R 99 da 385 ~ 25.71%
G 115 da 385 ~ 29.87%
B 171 da 385 ~ 44.42'%
Il colore #6373AB in CMYK è definito come 42,33,0,33.
CMYK: (42,33,0,33)
C42M33Y0K33 (42%, 33%, 0%, 33%)
(0.42 / 0.33 / 0.00 / 0.33)
Il #6373AB nei modelli di colore popolari.
63 | 73 | AB | |
---|---|---|---|
RGB | 99 | 115 | 171 |
HSL | 227° | 30.00% | 52.94% |
HSB/HSV | 227° | 42.11% | 67.06% |
CMYK | 42.11% | 32.75% | 0.00% |
32.94% |
Il #6373AB nei modelli numerici popolari.
Esadicemale | 63 | 73 | AB |
Decimale | 99 | 115 | 171 |
Binario | 1100011 | 1110011 | 10101011 |
Ottale | 143 | 163 | 253 |
Tonalità scure del colore #6373AB
Tonalità chiare del colore #6373AB
Esempi dei codici css e html per gli elementi di colore #6373AB. Utilizzate rgb(99,115,171) anche al posto del codice hex.
.myTextColor { color: #6373AB; }
<p style="color:#6373AB">This sample text font color is #6373AB.</p>
Il colore di questo testo è #6373AB.
.myBgColor { background-color: #6373AB; }
<div style="background-color:#6373AB">Inner text</div>
Questo div ha lo sfondo di colore #6373AB.
.myBorderColor { border: 1px solid #6373AB; }
<div style="border:3px solid #6373AB">Div</div>
Questo div ha i bordi di colore 6373AB.
.myOpacity80 { color: #6373AB; opacity: 0.8; }
<p style="color:#6373AB;opacity:0.8;">80%</p>
Il testo di color #6373AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6373AB;}
<p style="text-shadow: 3px 3px 1px #6373AB">Text here.</p>
Questo testo ha l'ombra di colore #6373AB.
.textShadow {text-shadow: 3px 3px 1px #6373AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6373AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6373AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6373AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6373AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6373AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6373AB;
-webkit-box-shadow: 1px 1px 3px 2px #6373AB;
box-shadow: 1px 1px 3px 2px #6373AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6373AB; -webkit-box-shadow: 1px 1px 3px 2px #6373AB; box-shadow:1px 1px 3px 2px #6373AB;">
Div content here
</div>
Questo e il testo di colore #6373AB sullo sfondo nero.
Questo e il testo di colore #6373AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6373AB.
Questo è un testo bianco sullo sfondo del colore #6373AB.
Il colore complimentare del #6373AB è #9C8C54..