Shades of Echo Blue #A6AFC4
Tints of Echo Blue #A6AFC4
RGB
CMYK
RGB Variations
Color information
#A6AFC4 (or 0xA6AFC4) is known color: Echo Blue. HEX triplet: A6, AF and C4. RGB value is (166,175,196). Sum of RGB (Red+Green+Blue) = 166+175+196=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #A6AFC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFC4 is #59503B. Grayscale: #AEAEAE. Windows color (decimal): -5853244 or 12890022. OLE color: 12890022.
HSL color Cylindrical-coordinate representation of color #A6AFC4: hue angle of 222º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6AFC4 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 166 | 175 | 196 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.23 |
| HSL | 222º | 0.2% | 0.71% | - |
| HSV(B) | 222º | 0.15% | 0.77% | - |
| XYZ | 41.02 | 42.75 | 58.31 | - |
| YUV | 174.7 | 140.02 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 175 | 196 | 0.15 | 0.11 | 0 | 0.23 | 222 | 0.2 | 0.71 |
| Hex | A6 | AF | C4 | F | B | 0 | 17 | DE | 14 | 47 |
| Octal | 246 | 257 | 304 | 17 | 13 | 0 | 27 | 336 | 24 | 107 |
| Binary | 10100110 | 10101111 | 11000100 | 1111 | 1011 | 0 | 10111 | 11011110 | 10100 | 1000111 |
Color Harmonies of #A6AFC4
Complementary color
Monochromatic Colors of #A6AFC4
Black with #A6AFC4
Text Example
Text Example
White with #A6AFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AFC4; }
p { color: rgb(166,175,196); }
H1.HeaderClassName
{
color: #A6AFC4;
}
.AnyTagClassName
{
color: #A6AFC4;
}
</style>
background-color css
<style>
a { background-color: #A6AFC4; }
a { background-color: rgb(166,175,196); }
div.DivClassName
{
background-color: #A6AFC4;
}
.BgClassName
{
background-color: #A6AFC4;
}
</style>
border-color css
<style>
span { border-color: #A6AFC4; }
span { border-color: rgb(166,175,196); }
td.TdClassName
{
border-color: #A6AFC4;
}
.TagClassName
{
border-color: #A6AFC4;
}
</style>