#A6AAD5

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

Shades of Echo Blue #A6AAD5

Tints of Echo Blue #A6AAD5

Color information

#A6AAD5 (or 0xA6AAD5) is unknown color: approx Echo Blue. HEX triplet: A6, AA and D5. RGB value is (166,170,213). Sum of RGB (Red+Green+Blue) = 166+170+213=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 213 (83.59% from 255 or 38.80% from 549); Max value from RGB is 213 - color contains mainly: blue. Hex color #A6AAD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AAD5 is #59552A. Grayscale: #ADADAD. Windows color (decimal): -5854507 or 14002854. OLE color: 14002854.

HSL color Cylindrical-coordinate representation of color #A6AAD5: hue angle of 234.89º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6AAD5 is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB166170213-
CMYK0.220.2000.16
HSL234.89º35.88%74.31%-
HSV(B)234.89º22.07%83.53%-
XYZ42.1141.6668.77-
YUV173.71150.17122.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 213 (83.59% from 255) = 38.80%
R=30.24%
G=30.97%
B=38.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1661702130.220.2000.16234.8935.8874.31
HexA6AAD51614010eb244a
Octal246252325262402035344112
Binary1010011010101010110101011011010100010000111010111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AAD5; }

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

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

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

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

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

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

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

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