#6EB1BE

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

Shades of Glacier #6EB1BE

Tints of Glacier #6EB1BE

Color information

#6EB1BE (or 0x6EB1BE) is unknown color: approx Glacier. HEX triplet: 6E, B1 and BE. RGB value is (110,177,190). Sum of RGB (Red+Green+Blue) = 110+177+190=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #6EB1BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB1BE is #914E41. Grayscale: #9E9E9E. Windows color (decimal): -9522754 or 12497262. OLE color: 12497262.

HSL color Cylindrical-coordinate representation of color #6EB1BE: hue angle of 189.75º 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 #6EB1BE is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB110177190-
CMYK0.420.0700.25
HSL189.75º38.1%58.82%-
HSV(B)189.75º42.11%74.51%-
XYZ31.4538.4854.48-
YUV158.45145.893.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.06%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 190 (74.61% from 255) = 39.83%
R=23.06%
G=37.11%
B=39.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1101771900.420.0700.25189.7538.158.82
Hex6EB1BE2A7019be263b
Octal1562612765270312764673
Binary1101110101100011011111010101011101100110111110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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