#6EB1BB

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

Shades of Glacier #6EB1BB

Tints of Glacier #6EB1BB

Color information

#6EB1BB (or 0x6EB1BB) is unknown color: approx Glacier. HEX triplet: 6E, B1 and BB. RGB value is (110,177,187). Sum of RGB (Red+Green+Blue) = 110+177+187=474 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.21% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #6EB1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6EB1BB is #914E44. Grayscale: #9E9E9E. Windows color (decimal): -9522757 or 12300654. OLE color: 12300654.

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

Color convert

RGB110177187-
CMYK0.410.0500.27
HSL187.79º36.15%58.24%-
HSV(B)187.79º41.18%73.33%-
XYZ31.1238.3552.78-
YUV158.11144.393.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.21%
GREEN value IS 177 (69.53% from 255) = 37.34%
BLUE value IS 187 (73.44% from 255) = 39.45%
R=23.21%
G=37.34%
B=39.45%

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
Decimal1101771870.410.0500.27187.7936.1558.24
Hex6EB1BB29501Bbc243a
Octal1562612735150332744472
Binary1101110101100011011101110100110101101110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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