#A6AAC6

Color #A6AAC6 Echo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Echo Blue #A6AAC6

Tints of Echo Blue #A6AAC6

Color information

#A6AAC6 (or 0xA6AAC6) is unknown color: approx Echo Blue. HEX triplet: A6, AA and C6. RGB value is (166,170,198). Sum of RGB (Red+Green+Blue) = 166+170+198=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 170 (66.80% from 255 or 31.84% from 534); Blue value is 198 (77.73% from 255 or 37.08% from 534); Max value from RGB is 198 - color contains mainly: blue. Hex color #A6AAC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AAC6 is #595539. Grayscale: #ABABAB. Windows color (decimal): -5854522 or 13019814. OLE color: 13019814.

HSL color Cylindrical-coordinate representation of color #A6AAC6: hue angle of 232.5º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A6AAC6 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB166170198-
CMYK0.160.1400.22
HSL232.5º21.92%71.37%-
HSV(B)232.5º16.16%77.65%-
XYZ40.2940.9359.2-
YUV172142.67123.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 170 (66.80% from 255) = 31.84%
BLUE value IS 198 (77.73% from 255) = 37.08%
R=31.09%
G=31.84%
B=37.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661701980.160.1400.22232.521.9271.37
HexA6AAC610E016e81647
Octal246252306201602635026107
Binary10100110101010101100011010000111001011011101000101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAC6; }

 p { color: rgb(166,170,198); }

 H1.HeaderClassName
 {
   color: #A6AAC6;
 }
 .AnyTagClassName
 {
   color: #A6AAC6;
 }
</style>
background-color css

<style>
 a { background-color: #A6AAC6; }

 a { background-color: rgb(166,170,198); }

 div.DivClassName
 {
   background-color: #A6AAC6;
 }
 .BgClassName
 {
   background-color: #A6AAC6;
 }
</style>
border-color css

<style>
 span { border-color: #A6AAC6; }

 span { border-color: rgb(166,170,198); }

 td.TdClassName
 {
   border-color: #A6AAC6;
 }
 .TagClassName
 {
   border-color: #A6AAC6;
 }
</style>