Shades of Echo Blue #A6AECC
Tints of Echo Blue #A6AECC
RGB
CMYK
RGB Variations
Color information
#A6AECC (or 0xA6AECC) is known color: Echo Blue. HEX triplet: A6, AE and CC. RGB value is (166,174,204). Sum of RGB (Red+Green+Blue) = 166+174+204=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #A6AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AECC is #595133. Grayscale: #AEAEAE. Windows color (decimal): -5853492 or 13414054. OLE color: 13414054.
HSL color Cylindrical-coordinate representation of color #A6AECC: hue angle of 227.37º 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 #A6AECC is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 174 | 204 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.2 |
| HSL | 227.37º | 0.27% | 0.73% | - |
| HSV(B) | 227.37º | 0.19% | 0.8% | - |
| XYZ | 41.76 | 42.74 | 63.18 | - |
| YUV | 175.03 | 144.35 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 174 | 204 | 0.19 | 0.15 | 0 | 0.2 | 227.37 | 0.27 | 0.73 |
| Hex | A6 | AE | CC | 13 | F | 0 | 14 | E3 | 1B | 49 |
| Octal | 246 | 256 | 314 | 23 | 17 | 0 | 24 | 343 | 33 | 111 |
| Binary | 10100110 | 10101110 | 11001100 | 10011 | 1111 | 0 | 10100 | 11100011 | 11011 | 1001001 |
Color Harmonies of #A6AECC
Complementary color
Monochromatic Colors of #A6AECC
Black with #A6AECC
Text Example
Text Example
White with #A6AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AECC; }
p { color: rgb(166,174,204); }
H1.HeaderClassName
{
color: #A6AECC;
}
.AnyTagClassName
{
color: #A6AECC;
}
</style>
background-color css
<style>
a { background-color: #A6AECC; }
a { background-color: rgb(166,174,204); }
div.DivClassName
{
background-color: #A6AECC;
}
.BgClassName
{
background-color: #A6AECC;
}
</style>
border-color css
<style>
span { border-color: #A6AECC; }
span { border-color: rgb(166,174,204); }
td.TdClassName
{
border-color: #A6AECC;
}
.TagClassName
{
border-color: #A6AECC;
}
</style>