Shades of Echo Blue #A6AFCD
Tints of Echo Blue #A6AFCD
RGB
CMYK
RGB Variations
Color information
#A6AFCD (or 0xA6AFCD) is known color: Echo Blue. HEX triplet: A6, AF and CD. RGB value is (166,175,205). Sum of RGB (Red+Green+Blue) = 166+175+205=546 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.40% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFCD is #595032. Grayscale: #AFAFAF. Windows color (decimal): -5853235 or 13479846. OLE color: 13479846.
HSL color Cylindrical-coordinate representation of color #A6AFCD: hue angle of 226.15º degrees, saturation: 0.28, 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 #A6AFCD is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 175 | 205 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.20 |
| HSL | 226.15º | 0.28% | 0.73% | - |
| HSV(B) | 226.15º | 0.19% | 0.8% | - |
| XYZ | 42.08 | 43.17 | 63.87 | - |
| YUV | 175.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 205 | 0.19 | 0.15 | 0 | 0.20 | 226.15 | 0.28 | 0.73 |
| Hex | A6 | AF | CD | 13 | F | 0 | 14 | E2 | 1C | 49 |
| Octal | 246 | 257 | 315 | 23 | 17 | 0 | 24 | 342 | 34 | 111 |
| Binary | 10100110 | 10101111 | 11001101 | 10011 | 1111 | 0 | 10100 | 11100010 | 11100 | 1001001 |
Color Harmonies of #A6AFCD
Complementary color
Monochromatic Colors of #A6AFCD
Black with #A6AFCD
Text Example
Text Example
White with #A6AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AFCD; }
p { color: rgb(166,175,205); }
H1.HeaderClassName
{
color: #A6AFCD;
}
.AnyTagClassName
{
color: #A6AFCD;
}
</style>
background-color css
<style>
a { background-color: #A6AFCD; }
a { background-color: rgb(166,175,205); }
div.DivClassName
{
background-color: #A6AFCD;
}
.BgClassName
{
background-color: #A6AFCD;
}
</style>
border-color css
<style>
span { border-color: #A6AFCD; }
span { border-color: rgb(166,175,205); }
td.TdClassName
{
border-color: #A6AFCD;
}
.TagClassName
{
border-color: #A6AFCD;
}
</style>