#6EAABC

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

Shades of Glacier #6EAABC

Tints of Glacier #6EAABC

Color information

#6EAABC (or 0x6EAABC) is unknown color: approx Glacier. HEX triplet: 6E, AA and BC. RGB value is (110,170,188). Sum of RGB (Red+Green+Blue) = 110+170+188=468 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.50% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #6EAABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAABC is #915543. Grayscale: #999999. Windows color (decimal): -9524548 or 12364398. OLE color: 12364398.

HSL color Cylindrical-coordinate representation of color #6EAABC: hue angle of 193.85º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EAABC is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110170188-
CMYK0.410.1000.26
HSL193.85º36.79%58.43%-
HSV(B)193.85º41.49%73.73%-
XYZ29.8835.752.89-
YUV154.11147.1296.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.50%
GREEN value IS 170 (66.80% from 255) = 36.32%
BLUE value IS 188 (73.83% from 255) = 40.17%
R=23.50%
G=36.32%
B=40.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101701880.410.1000.26193.8536.7958.43
Hex6EAABC29A01Ac2253a
Octal15625227451120323024572
Binary11011101010101010111100101001101001101011000010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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