#6EB5BC

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

Shades of Glacier #6EB5BC

Tints of Glacier #6EB5BC

Color information

#6EB5BC (or 0x6EB5BC) is unknown color: approx Glacier. HEX triplet: 6E, B5 and BC. RGB value is (110,181,188). Sum of RGB (Red+Green+Blue) = 110+181+188=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #6EB5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB5BC is #914A43. Grayscale: #A0A0A0. Windows color (decimal): -9521732 or 12367214. OLE color: 12367214.

HSL color Cylindrical-coordinate representation of color #6EB5BC: hue angle of 185.38º 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 #6EB5BC is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB110181188-
CMYK0.410.0400.26
HSL185.38º36.79%58.43%-
HSV(B)185.38º41.49%73.73%-
XYZ32.0339.9953.61-
YUV160.57143.4891.93-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.96%
GREEN value IS 181 (71.09% from 255) = 37.79%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=22.96%
G=37.79%
B=39.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1101811880.410.0400.26185.3836.7958.43
Hex6EB5BC29401Ab9253a
Octal1562652745140322714572
Binary1101110101101011011110010100110001101010111001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB5BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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