Shades of Echo Blue #A6AFCC
Tints of Echo Blue #A6AFCC
RGB
CMYK
RGB Variations
Color information
#A6AFCC (or 0xA6AFCC) is known color: Echo Blue. HEX triplet: A6, AF and CC. RGB value is (166,175,204). Sum of RGB (Red+Green+Blue) = 166+175+204=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFCC is #595033. Grayscale: #AFAFAF. Windows color (decimal): -5853236 or 13414310. OLE color: 13414310.
HSL color Cylindrical-coordinate representation of color #A6AFCC: hue angle of 225.79º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6AFCC is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 175 | 204 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.2 |
| HSL | 225.79º | 0.27% | 0.73% | - |
| HSV(B) | 225.79º | 0.19% | 0.8% | - |
| XYZ | 41.95 | 43.13 | 63.24 | - |
| YUV | 175.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 204 | 0.19 | 0.14 | 0 | 0.2 | 225.79 | 0.27 | 0.73 |
| Hex | A6 | AF | CC | 13 | E | 0 | 14 | E2 | 1B | 49 |
| Octal | 246 | 257 | 314 | 23 | 16 | 0 | 24 | 342 | 33 | 111 |
| Binary | 10100110 | 10101111 | 11001100 | 10011 | 1110 | 0 | 10100 | 11100010 | 11011 | 1001001 |
Color Harmonies of #A6AFCC
Complementary color
Monochromatic Colors of #A6AFCC
Black with #A6AFCC
Text Example
Text Example
White with #A6AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AFCC; }
p { color: rgb(166,175,204); }
H1.HeaderClassName
{
color: #A6AFCC;
}
.AnyTagClassName
{
color: #A6AFCC;
}
</style>
background-color css
<style>
a { background-color: #A6AFCC; }
a { background-color: rgb(166,175,204); }
div.DivClassName
{
background-color: #A6AFCC;
}
.BgClassName
{
background-color: #A6AFCC;
}
</style>
border-color css
<style>
span { border-color: #A6AFCC; }
span { border-color: rgb(166,175,204); }
td.TdClassName
{
border-color: #A6AFCC;
}
.TagClassName
{
border-color: #A6AFCC;
}
</style>