Shades of Echo Blue #A6AABF
Tints of Echo Blue #A6AABF
RGB
CMYK
RGB Variations
Color information
#A6AABF (or 0xA6AABF) is known color: Echo Blue. HEX triplet: A6, AA and BF. RGB value is (166,170,191). Sum of RGB (Red+Green+Blue) = 166+170+191=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #A6AABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AABF is #595540. Grayscale: #ABABAB. Windows color (decimal): -5854529 or 12561062. OLE color: 12561062.
HSL color Cylindrical-coordinate representation of color #A6AABF: hue angle of 230.4º degrees, saturation: 0.16, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A6AABF is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 170 | 191 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.25 |
| HSL | 230.4º | 0.16% | 0.7% | - |
| HSV(B) | 230.4º | 0.13% | 0.75% | - |
| XYZ | 39.5 | 40.62 | 55.05 | - |
| YUV | 171.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 191 | 0.13 | 0.11 | 0 | 0.25 | 230.4 | 0.16 | 0.7 |
| Hex | A6 | AA | BF | D | B | 0 | 19 | E6 | 10 | 46 |
| Octal | 246 | 252 | 277 | 15 | 13 | 0 | 31 | 346 | 20 | 106 |
| Binary | 10100110 | 10101010 | 10111111 | 1101 | 1011 | 0 | 11001 | 11100110 | 10000 | 1000110 |
Color Harmonies of #A6AABF
Complementary color
Monochromatic Colors of #A6AABF
Black with #A6AABF
Text Example
Text Example
White with #A6AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AABF; }
p { color: rgb(166,170,191); }
H1.HeaderClassName
{
color: #A6AABF;
}
.AnyTagClassName
{
color: #A6AABF;
}
</style>
background-color css
<style>
a { background-color: #A6AABF; }
a { background-color: rgb(166,170,191); }
div.DivClassName
{
background-color: #A6AABF;
}
.BgClassName
{
background-color: #A6AABF;
}
</style>
border-color css
<style>
span { border-color: #A6AABF; }
span { border-color: rgb(166,170,191); }
td.TdClassName
{
border-color: #A6AABF;
}
.TagClassName
{
border-color: #A6AABF;
}
</style>