#6EAAC0

Color #6EAAC0 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #6EAAC0

Tints of Glacier #6EAAC0

Color information

#6EAAC0 (or 0x6EAAC0) is unknown color: approx Glacier. HEX triplet: 6E, AA and C0. RGB value is (110,170,192). Sum of RGB (Red+Green+Blue) = 110+170+192=472 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.31% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #6EAAC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAAC0 is #91553F. Grayscale: #9A9A9A. Windows color (decimal): -9524544 or 12626542. OLE color: 12626542.

HSL color Cylindrical-coordinate representation of color #6EAAC0: hue angle of 196.1º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EAAC0 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110170192-
CMYK0.430.1100.25
HSL196.1º39.42%59.22%-
HSV(B)196.1º42.71%75.29%-
XYZ30.3235.8755.19-
YUV154.57149.1296.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.31%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 192 (75.39% from 255) = 40.68%
R=23.31%
G=36.02%
B=40.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101701920.430.1100.25196.139.4259.22
Hex6EAAC02BB019c4273b
Octal15625230053130313044773
Binary11011101010101011000000101011101101100111000100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAAC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6EAAC0; }

 p { color: rgb(110,170,192); }

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

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

 a { background-color: rgb(110,170,192); }

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

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

 span { border-color: rgb(110,170,192); }

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