Html Css Color HEX #A6AAC6 Echo Blue

📋 copy color: '#A6AAC6'

red 166 ◦ green 170 ◦ blue 198

#A6AAC6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Echo Blue #A6AAC6

Tints of Echo Blue #A6AAC6

RGB

 RED value IS 166 (65.23% from 255) = 31.09%

 GREEN value IS 170 (66.8% 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 value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A6AAC6 (or 0xA6AAC6) is known color: 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

RGB 166 170 198 -
CMYK 0.16 0.14 0 0.22
HSL 232.5º 0.22% 0.71% -
HSV(B) 232.5º 0.16% 0.78% -
XYZ 40.29 40.93 59.2 -
YUV 172 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 166 170 198 0.16 0.14 0 0.22 232.5 0.22 0.71
Hex A6 AA C6 10 E 0 16 E8 16 47
Octal 246 252 306 20 16 0 26 350 26 107
Binary 10100110 10101010 11000110 10000 1110 0 10110 11101000 10110 1000111

Color Harmonies of #A6AAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AAC6

Black with #A6AAC6

Text Example


Text Example

White with #A6AAC6

Text Example


Text Example

HTML Codes & Css Web 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>