Shades of Echo Blue #A6B3CA
Tints of Echo Blue #A6B3CA
RGB
CMYK
RGB Variations
Color information
#A6B3CA (or 0xA6B3CA) is known color: Echo Blue. HEX triplet: A6, B3 and CA. RGB value is (166,179,202). Sum of RGB (Red+Green+Blue) = 166+179+202=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6B3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B3CA is #594C35. Grayscale: #B1B1B1. Windows color (decimal): -5852214 or 13284262. OLE color: 13284262.
HSL color Cylindrical-coordinate representation of color #A6B3CA: hue angle of 218.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6B3CA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 179 | 202 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.21 |
| HSL | 218.33º | 0.25% | 0.72% | - |
| HSV(B) | 218.33º | 0.18% | 0.79% | - |
| XYZ | 42.51 | 44.61 | 62.25 | - |
| YUV | 177.74 | 141.69 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 179 | 202 | 0.18 | 0.11 | 0 | 0.21 | 218.33 | 0.25 | 0.72 |
| Hex | A6 | B3 | CA | 12 | B | 0 | 15 | DA | 19 | 48 |
| Octal | 246 | 263 | 312 | 22 | 13 | 0 | 25 | 332 | 31 | 110 |
| Binary | 10100110 | 10110011 | 11001010 | 10010 | 1011 | 0 | 10101 | 11011010 | 11001 | 1001000 |
Color Harmonies of #A6B3CA
Complementary color
Monochromatic Colors of #A6B3CA
Black with #A6B3CA
Text Example
Text Example
White with #A6B3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B3CA; }
p { color: rgb(166,179,202); }
H1.HeaderClassName
{
color: #A6B3CA;
}
.AnyTagClassName
{
color: #A6B3CA;
}
</style>
background-color css
<style>
a { background-color: #A6B3CA; }
a { background-color: rgb(166,179,202); }
div.DivClassName
{
background-color: #A6B3CA;
}
.BgClassName
{
background-color: #A6B3CA;
}
</style>
border-color css
<style>
span { border-color: #A6B3CA; }
span { border-color: rgb(166,179,202); }
td.TdClassName
{
border-color: #A6B3CA;
}
.TagClassName
{
border-color: #A6B3CA;
}
</style>