Html Css Color HEX #A6AAC1 Echo Blue

📋 copy color: '#A6AAC1'

red 166 ◦ green 170 ◦ blue 193

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

Shades of Echo Blue #A6AAC1

Tints of Echo Blue #A6AAC1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.14%

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 31.38%
G = 32.14%
B = 36.48%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A6AAC1 (or 0xA6AAC1) is known color: Echo Blue. HEX triplet: A6, AA and C1. RGB value is (166,170,193). Sum of RGB (Red+Green+Blue) = 166+170+193=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 170 (66.80% from 255 or 32.14% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 193 - color contains mainly: blue. Hex color #A6AAC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AAC1 is #59553E. Grayscale: #ABABAB. Windows color (decimal): -5854527 or 12692134. OLE color: 12692134.

HSL color Cylindrical-coordinate representation of color #A6AAC1: hue angle of 231.11º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6AAC1 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 170 193 -
CMYK 0.14 0.12 0 0.24
HSL 231.11º 0.18% 0.7% -
HSV(B) 231.11º 0.14% 0.76% -
XYZ 39.73 40.71 56.22 -
YUV 171.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 166 170 193 0.14 0.12 0 0.24 231.11 0.18 0.7
Hex A6 AA C1 E C 0 18 E7 12 46
Octal 246 252 301 16 14 0 30 347 22 106
Binary 10100110 10101010 11000001 1110 1100 0 11000 11100111 10010 1000110

Color Harmonies of #A6AAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AAC1

Black with #A6AAC1

Text Example


Text Example

White with #A6AAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AAC1; }

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

 H1.HeaderClassName
 {
   color: #A6AAC1;
 }
 .AnyTagClassName
 {
   color: #A6AAC1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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