#6EB2BE

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

Shades of Glacier #6EB2BE

Tints of Glacier #6EB2BE

Color information

#6EB2BE (or 0x6EB2BE) is unknown color: approx Glacier. HEX triplet: 6E, B2 and BE. RGB value is (110,178,190). Sum of RGB (Red+Green+Blue) = 110+178+190=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 178 (69.92% from 255 or 37.24% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EB2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB2BE is #914D41. Grayscale: #9E9E9E. Windows color (decimal): -9522498 or 12497518. OLE color: 12497518.

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

Color convert

RGB110178190-
CMYK0.420.0600.25
HSL189º38.1%58.82%-
HSV(B)189º42.11%74.51%-
XYZ31.6538.8754.55-
YUV159.04145.4793.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.01%
GREEN value IS 178 (69.92% from 255) = 37.24%
BLUE value IS 190 (74.61% from 255) = 39.75%
R=23.01%
G=37.24%
B=39.75%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101781900.420.0600.2518938.158.82
Hex6EB2BE2A6019bd263b
Octal1562622765260312754673
Binary1101110101100101011111010101011001100110111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,178,190); }

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

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

 a { background-color: rgb(110,178,190); }

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

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

 span { border-color: rgb(110,178,190); }

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