HEX: #6696AB
RGB: (102,150,171)
Il colore #6696AB contiene principalmente il verde e il blu. Per il #6696AB il colore web safe è #669999 (#699).
Il colore 6696AB in RGB è definito come 102,150,171
RGB: (102,150,171)
(40%, 59%, 67%)
R 102 da 255 = 40%
G 150 da 255 = 59%
B 171 da 255 = 67%
R + G + B ~ 55%. #6696AB colore medio (né scuro né chiaro).
R + G + B = 102 + 150 + 171 = 423 (100%)
R 102 da 423 ~ 24.11%
G 150 da 423 ~ 35.46%
B 171 da 423 ~ 40.43'%
Il colore #6696AB in CMYK è definito come 40,12,0,33.
CMYK: (40,12,0,33)
C40M12Y0K33 (40%, 12%, 0%, 33%)
(0.40 / 0.12 / 0.00 / 0.33)
Il #6696AB nei modelli di colore popolari.
66 | 96 | AB | |
---|---|---|---|
RGB | 102 | 150 | 171 |
HSL | 198° | 29.11% | 53.53% |
HSB/HSV | 198° | 40.35% | 67.06% |
CMYK | 40.35% | 12.28% | 0.00% |
32.94% |
Il #6696AB nei modelli numerici popolari.
Esadicemale | 66 | 96 | AB |
Decimale | 102 | 150 | 171 |
Binario | 1100110 | 10010110 | 10101011 |
Ottale | 146 | 226 | 253 |
Tonalità scure del colore #6696AB
Tonalità chiare del colore #6696AB
Esempi dei codici css e html per gli elementi di colore #6696AB. Utilizzate rgb(102,150,171) anche al posto del codice hex.
.myTextColor { color: #6696AB; }
<p style="color:#6696AB">This sample text font color is #6696AB.</p>
Il colore di questo testo è #6696AB.
.myBgColor { background-color: #6696AB; }
<div style="background-color:#6696AB">Inner text</div>
Questo div ha lo sfondo di colore #6696AB.
.myBorderColor { border: 1px solid #6696AB; }
<div style="border:3px solid #6696AB">Div</div>
Questo div ha i bordi di colore 6696AB.
.myOpacity80 { color: #6696AB; opacity: 0.8; }
<p style="color:#6696AB;opacity:0.8;">80%</p>
Il testo di color #6696AB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #6696AB;}
<p style="text-shadow: 3px 3px 1px #6696AB">Text here.</p>
Questo testo ha l'ombra di colore #6696AB.
.textShadow {text-shadow: 3px 3px 1px #6696AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #6696AB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #6696AB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6696AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#6696AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #6696AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #6696AB;
-webkit-box-shadow: 1px 1px 3px 2px #6696AB;
box-shadow: 1px 1px 3px 2px #6696AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6696AB; -webkit-box-shadow: 1px 1px 3px 2px #6696AB; box-shadow:1px 1px 3px 2px #6696AB;">
Div content here
</div>
Questo e il testo di colore #6696AB sullo sfondo nero.
Questo e il testo di colore #6696AB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #6696AB.
Questo è un testo bianco sullo sfondo del colore #6696AB.
Il colore complimentare del #hex è #996954..