#6FB1BB

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

Shades of Glacier #6FB1BB

Tints of Glacier #6FB1BB

Color information

#6FB1BB (or 0x6FB1BB) is unknown color: approx Glacier. HEX triplet: 6F, B1 and BB. RGB value is (111,177,187). Sum of RGB (Red+Green+Blue) = 111+177+187=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 177 (69.53% from 255 or 37.26% 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 #6FB1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FB1BB is #904E44. Grayscale: #9E9E9E. Windows color (decimal): -9457221 or 12300655. OLE color: 12300655.

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

Color convert

RGB111177187-
CMYK0.410.0500.27
HSL187.89º35.85%58.43%-
HSV(B)187.89º40.64%73.33%-
XYZ31.2538.4152.78-
YUV158.41144.1394.19-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.37%
GREEN value IS 177 (69.53% from 255) = 37.26%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=23.37%
G=37.26%
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
Decimal1111771870.410.0500.27187.8935.8558.43
Hex6FB1BB29501Bbc243a
Octal1572612735150332744472
Binary1101111101100011011101110100110101101110111100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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