#A6B2CD

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

Shades of Echo Blue #A6B2CD

Tints of Echo Blue #A6B2CD

Color information

#A6B2CD (or 0xA6B2CD) is unknown color: approx Echo Blue. HEX triplet: A6, B2 and CD. RGB value is (166,178,205). Sum of RGB (Red+Green+Blue) = 166+178+205=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6B2CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6B2CD is #594D32. Grayscale: #B1B1B1. Windows color (decimal): -5852467 or 13480614. OLE color: 13480614.

HSL color Cylindrical-coordinate representation of color #A6B2CD: hue angle of 221.54º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6B2CD is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB166178205-
CMYK0.190.1300.20
HSL221.54º28.06%72.75%-
HSV(B)221.54º19.02%80.39%-
XYZ42.6744.3664.07-
YUV177.49143.52119.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.24%
GREEN value IS 178 (69.92% from 255) = 32.42%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=30.24%
G=32.42%
B=37.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1661782050.190.1300.20221.5428.0672.75
HexA6B2CD13D014de1c49
Octal246262315231502433634111
Binary10100110101100101100110110011110101010011011110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6B2CD; }

 p { color: rgb(166,178,205); }

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

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

 a { background-color: rgb(166,178,205); }

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

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

 span { border-color: rgb(166,178,205); }

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