#A6AFCF

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

Shades of Echo Blue #A6AFCF

Tints of Echo Blue #A6AFCF

Color information

#A6AFCF (or 0xA6AFCF) is unknown color: approx Echo Blue. HEX triplet: A6, AF and CF. RGB value is (166,175,207). Sum of RGB (Red+Green+Blue) = 166+175+207=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 175 (68.75% from 255 or 31.93% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #A6AFCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6AFCF is #595030. Grayscale: #AFAFAF. Windows color (decimal): -5853233 or 13610918. OLE color: 13610918.

HSL color Cylindrical-coordinate representation of color #A6AFCF: hue angle of 226.83º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6AFCF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB166175207-
CMYK0.200.1500.19
HSL226.83º29.93%73.14%-
HSV(B)226.83º19.81%81.18%-
XYZ42.3243.2765.15-
YUV175.96145.52120.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 175 (68.75% from 255) = 31.93%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=30.29%
G=31.93%
B=37.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1661752070.200.1500.19226.8329.9373.14
HexA6AFCF14F013e31e49
Octal246257317241702334336111
Binary10100110101011111100111110100111101001111100011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6AFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6AFCF; }

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

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

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

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

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

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

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

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