Shades of Echo Blue #96A6CE
Tints of Echo Blue #96A6CE
RGB
CMYK
RGB Variations
Color information
#96A6CE (or 0x96A6CE) is known color: Echo Blue. HEX triplet: 96, A6 and CE. RGB value is (150,166,206). Sum of RGB (Red+Green+Blue) = 150+166+206=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 166 (65.23% from 255 or 31.80% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #96A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A6CE is #695931. Grayscale: #A5A5A5. Windows color (decimal): -6904114 or 13543062. OLE color: 13543062.
HSL color Cylindrical-coordinate representation of color #96A6CE: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96A6CE is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 166 | 206 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.19 |
| HSL | 222.86º | 0.36% | 0.7% | - |
| HSV(B) | 222.86º | 0.27% | 0.81% | - |
| XYZ | 37.35 | 38.21 | 63.8 | - |
| YUV | 165.78 | 150.7 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 166 | 206 | 0.27 | 0.19 | 0 | 0.19 | 222.86 | 0.36 | 0.7 |
| Hex | 96 | A6 | CE | 1B | 13 | 0 | 13 | DF | 24 | 46 |
| Octal | 226 | 246 | 316 | 33 | 23 | 0 | 23 | 337 | 44 | 106 |
| Binary | 10010110 | 10100110 | 11001110 | 11011 | 10011 | 0 | 10011 | 11011111 | 100100 | 1000110 |
Color Harmonies of #96A6CE
Complementary color
Monochromatic Colors of #96A6CE
Black with #96A6CE
Text Example
Text Example
White with #96A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A6CE; }
p { color: rgb(150,166,206); }
H1.HeaderClassName
{
color: #96A6CE;
}
.AnyTagClassName
{
color: #96A6CE;
}
</style>
background-color css
<style>
a { background-color: #96A6CE; }
a { background-color: rgb(150,166,206); }
div.DivClassName
{
background-color: #96A6CE;
}
.BgClassName
{
background-color: #96A6CE;
}
</style>
border-color css
<style>
span { border-color: #96A6CE; }
span { border-color: rgb(150,166,206); }
td.TdClassName
{
border-color: #96A6CE;
}
.TagClassName
{
border-color: #96A6CE;
}
</style>