#A6B0D9

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

Shades of Echo Blue #A6B0D9

Tints of Echo Blue #A6B0D9

Color information

#A6B0D9 (or 0xA6B0D9) is unknown color: approx Echo Blue. HEX triplet: A6, B0 and D9. RGB value is (166,176,217). Sum of RGB (Red+Green+Blue) = 166+176+217=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 217 (85.16% from 255 or 38.82% from 559); Max value from RGB is 217 - color contains mainly: blue. Hex color #A6B0D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B0D9 is #594F26. Grayscale: #B1B1B1. Windows color (decimal): -5852967 or 14266534. OLE color: 14266534.

HSL color Cylindrical-coordinate representation of color #A6B0D9: hue angle of 228.24º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6B0D9 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB166176217-
CMYK0.240.1900.15
HSL228.24º40.16%75.1%-
HSV(B)228.24º23.5%85.1%-
XYZ43.7844.1771.86-
YUV177.68150.19119.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 176 (69.14% from 255) = 31.48%
BLUE value IS 217 (85.16% from 255) = 38.82%
R=29.70%
G=31.48%
B=38.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1661762170.240.1900.15228.2440.1675.1
HexA6B0D918130Fe4284b
Octal246260331302301734450113
Binary101001101011000011011001110001001101111111001001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B0D9; }

 p { color: rgb(166,176,217); }

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

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

 a { background-color: rgb(166,176,217); }

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

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

 span { border-color: rgb(166,176,217); }

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