#6FBBBF

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

Shades of Glacier #6FBBBF

Tints of Glacier #6FBBBF

Color information

#6FBBBF (or 0x6FBBBF) is unknown color: approx Glacier. HEX triplet: 6F, BB and BF. RGB value is (111,187,191). Sum of RGB (Red+Green+Blue) = 111+187+191=489 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.70% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FBBBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBBF is #904440. Grayscale: #A4A4A4. Windows color (decimal): -9454657 or 12565359. OLE color: 12565359.

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

Color convert

RGB111187191-
CMYK0.420.0200.25
HSL183º38.46%59.22%-
HSV(B)183º41.88%74.9%-
XYZ33.7342.6855.75-
YUV164.73142.8289.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.70%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 191 (75% from 255) = 39.06%
R=22.70%
G=38.24%
B=39.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111871910.420.0200.2518338.4659.22
Hex6FBBBF2A2019b7263b
Octal1572732775220312674673
Binary110111110111011101111111010101001100110110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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