#6EAFBA

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

Shades of Glacier #6EAFBA

Tints of Glacier #6EAFBA

Color information

#6EAFBA (or 0x6EAFBA) is unknown color: approx Glacier. HEX triplet: 6E, AF and BA. RGB value is (110,175,186). Sum of RGB (Red+Green+Blue) = 110+175+186=471 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.35% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #6EAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EAFBA is #915045. Grayscale: #9C9C9C. Windows color (decimal): -9523270 or 12234606. OLE color: 12234606.

HSL color Cylindrical-coordinate representation of color #6EAFBA: hue angle of 188.68º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6EAFBA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB110175186-
CMYK0.410.0600.27
HSL188.68º35.51%58.04%-
HSV(B)188.68º40.86%72.94%-
XYZ30.6237.5252.08-
YUV156.82144.4794.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.35%
GREEN value IS 175 (68.75% from 255) = 37.15%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=23.35%
G=37.15%
B=39.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101751860.410.0600.27188.6835.5158.04
Hex6EAFBA29601Bbd243a
Octal1562572725160332754472
Binary1101110101011111011101010100111001101110111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,175,186); }

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

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

 a { background-color: rgb(110,175,186); }

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

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

 span { border-color: rgb(110,175,186); }

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