Shades of Echo Blue #A6B4CA
Tints of Echo Blue #A6B4CA
RGB
CMYK
RGB Variations
Color information
#A6B4CA (or 0xA6B4CA) is known color: Echo Blue. HEX triplet: A6, B4 and CA. RGB value is (166,180,202). Sum of RGB (Red+Green+Blue) = 166+180+202=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 202 - color contains mainly: blue. Hex color #A6B4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6B4CA is #594B35. Grayscale: #B2B2B2. Windows color (decimal): -5851958 or 13284518. OLE color: 13284518.
HSL color Cylindrical-coordinate representation of color #A6B4CA: hue angle of 216.67º 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 #A6B4CA is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 180 | 202 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.21 |
| HSL | 216.67º | 0.25% | 0.72% | - |
| HSV(B) | 216.67º | 0.18% | 0.79% | - |
| XYZ | 42.71 | 45.01 | 62.31 | - |
| YUV | 178.32 | 141.36 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 180 | 202 | 0.18 | 0.11 | 0 | 0.21 | 216.67 | 0.25 | 0.72 |
| Hex | A6 | B4 | CA | 12 | B | 0 | 15 | D9 | 19 | 48 |
| Octal | 246 | 264 | 312 | 22 | 13 | 0 | 25 | 331 | 31 | 110 |
| Binary | 10100110 | 10110100 | 11001010 | 10010 | 1011 | 0 | 10101 | 11011001 | 11001 | 1001000 |
Color Harmonies of #A6B4CA
Complementary color
Monochromatic Colors of #A6B4CA
Black with #A6B4CA
Text Example
Text Example
White with #A6B4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B4CA; }
p { color: rgb(166,180,202); }
H1.HeaderClassName
{
color: #A6B4CA;
}
.AnyTagClassName
{
color: #A6B4CA;
}
</style>
background-color css
<style>
a { background-color: #A6B4CA; }
a { background-color: rgb(166,180,202); }
div.DivClassName
{
background-color: #A6B4CA;
}
.BgClassName
{
background-color: #A6B4CA;
}
</style>
border-color css
<style>
span { border-color: #A6B4CA; }
span { border-color: rgb(166,180,202); }
td.TdClassName
{
border-color: #A6B4CA;
}
.TagClassName
{
border-color: #A6B4CA;
}
</style>