#6EB2BB

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

Shades of Glacier #6EB2BB

Tints of Glacier #6EB2BB

Color information

#6EB2BB (or 0x6EB2BB) is unknown color: approx Glacier. HEX triplet: 6E, B2 and BB. RGB value is (110,178,187). Sum of RGB (Red+Green+Blue) = 110+178+187=475 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.16% from 475); Green value is 178 (69.92% from 255 or 37.47% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #6EB2BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB2BB is #914D44. Grayscale: #9E9E9E. Windows color (decimal): -9522501 or 12300910. OLE color: 12300910.

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

Color convert

RGB110178187-
CMYK0.410.0500.27
HSL187.01º36.15%58.24%-
HSV(B)187.01º41.18%73.33%-
XYZ31.3238.7452.84-
YUV158.69143.9793.27-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.16%
GREEN value IS 178 (69.92% from 255) = 37.47%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=23.16%
G=37.47%
B=39.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1101781870.410.0500.27187.0136.1558.24
Hex6EB2BB29501Bbb243a
Octal1562622735150332734472
Binary1101110101100101011101110100110101101110111011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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