Shades of Echo Blue #A6AAD2
Tints of Echo Blue #A6AAD2
RGB
CMYK
RGB Variations
Color information
#A6AAD2 (or 0xA6AAD2) is known color: Echo Blue. HEX triplet: A6, AA and D2. RGB value is (166,170,210). Sum of RGB (Red+Green+Blue) = 166+170+210=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #A6AAD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AAD2 is #59552D. Grayscale: #ADADAD. Windows color (decimal): -5854510 or 13806246. OLE color: 13806246.
HSL color Cylindrical-coordinate representation of color #A6AAD2: hue angle of 234.55º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6AAD2 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 170 | 210 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.18 |
| HSL | 234.55º | 0.33% | 0.74% | - |
| HSV(B) | 234.55º | 0.21% | 0.82% | - |
| XYZ | 41.73 | 41.51 | 66.79 | - |
| YUV | 173.36 | 148.67 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 210 | 0.21 | 0.19 | 0 | 0.18 | 234.55 | 0.33 | 0.74 |
| Hex | A6 | AA | D2 | 15 | 13 | 0 | 12 | EB | 21 | 4A |
| Octal | 246 | 252 | 322 | 25 | 23 | 0 | 22 | 353 | 41 | 112 |
| Binary | 10100110 | 10101010 | 11010010 | 10101 | 10011 | 0 | 10010 | 11101011 | 100001 | 1001010 |
Color Harmonies of #A6AAD2
Complementary color
Monochromatic Colors of #A6AAD2
Black with #A6AAD2
Text Example
Text Example
White with #A6AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AAD2; }
p { color: rgb(166,170,210); }
H1.HeaderClassName
{
color: #A6AAD2;
}
.AnyTagClassName
{
color: #A6AAD2;
}
</style>
background-color css
<style>
a { background-color: #A6AAD2; }
a { background-color: rgb(166,170,210); }
div.DivClassName
{
background-color: #A6AAD2;
}
.BgClassName
{
background-color: #A6AAD2;
}
</style>
border-color css
<style>
span { border-color: #A6AAD2; }
span { border-color: rgb(166,170,210); }
td.TdClassName
{
border-color: #A6AAD2;
}
.TagClassName
{
border-color: #A6AAD2;
}
</style>