Shades of Echo Blue #A6B0C9
Tints of Echo Blue #A6B0C9
RGB
CMYK
RGB Variations
Color information
#A6B0C9 (or 0xA6B0C9) is known color: Echo Blue. HEX triplet: A6, B0 and C9. RGB value is (166,176,201). Sum of RGB (Red+Green+Blue) = 166+176+201=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #A6B0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B0C9 is #594F36. Grayscale: #AFAFAF. Windows color (decimal): -5852983 or 13217958. OLE color: 13217958.
HSL color Cylindrical-coordinate representation of color #A6B0C9: hue angle of 222.86º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A6B0C9 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 176 | 201 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.21 |
| HSL | 222.86º | 0.24% | 0.72% | - |
| HSV(B) | 222.86º | 0.17% | 0.79% | - |
| XYZ | 41.79 | 43.37 | 61.43 | - |
| YUV | 175.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 176 | 201 | 0.17 | 0.12 | 0 | 0.21 | 222.86 | 0.24 | 0.72 |
| Hex | A6 | B0 | C9 | 11 | C | 0 | 15 | DF | 18 | 48 |
| Octal | 246 | 260 | 311 | 21 | 14 | 0 | 25 | 337 | 30 | 110 |
| Binary | 10100110 | 10110000 | 11001001 | 10001 | 1100 | 0 | 10101 | 11011111 | 11000 | 1001000 |
Color Harmonies of #A6B0C9
Complementary color
Monochromatic Colors of #A6B0C9
Black with #A6B0C9
Text Example
Text Example
White with #A6B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B0C9; }
p { color: rgb(166,176,201); }
H1.HeaderClassName
{
color: #A6B0C9;
}
.AnyTagClassName
{
color: #A6B0C9;
}
</style>
background-color css
<style>
a { background-color: #A6B0C9; }
a { background-color: rgb(166,176,201); }
div.DivClassName
{
background-color: #A6B0C9;
}
.BgClassName
{
background-color: #A6B0C9;
}
</style>
border-color css
<style>
span { border-color: #A6B0C9; }
span { border-color: rgb(166,176,201); }
td.TdClassName
{
border-color: #A6B0C9;
}
.TagClassName
{
border-color: #A6B0C9;
}
</style>