#A6AFDB

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

Shades of Echo Blue #A6AFDB

Tints of Echo Blue #A6AFDB

Color information

#A6AFDB (or 0xA6AFDB) is unknown color: approx Echo Blue. HEX triplet: A6, AF and DB. RGB value is (166,175,219). Sum of RGB (Red+Green+Blue) = 166+175+219=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #A6AFDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFDB is #595024. Grayscale: #B1B1B1. Windows color (decimal): -5853221 or 14397350. OLE color: 14397350.

HSL color Cylindrical-coordinate representation of color #A6AFDB: hue angle of 229.81º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6AFDB is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB166175219-
CMYK0.240.2000.14
HSL229.81º42.4%75.49%-
HSV(B)229.81º24.2%85.88%-
XYZ43.8443.8873.18-
YUV177.32151.52119.92-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=29.64%
G=31.25%
B=39.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1661752190.240.2000.14229.8142.475.49
HexA6AFDB18140Ee62a4b
Octal246257333302401634652113
Binary101001101010111111011011110001010001110111001101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFDB; }

 p { color: rgb(166,175,219); }

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

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

 a { background-color: rgb(166,175,219); }

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

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

 span { border-color: rgb(166,175,219); }

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