#6FBBC3

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

Shades of Glacier #6FBBC3

Tints of Glacier #6FBBC3

Color information

#6FBBC3 (or 0x6FBBC3) is unknown color: approx Glacier. HEX triplet: 6F, BB and C3. RGB value is (111,187,195). Sum of RGB (Red+Green+Blue) = 111+187+195=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 187 (73.44% from 255 or 37.93% from 493); Blue value is 195 (76.56% from 255 or 39.55% from 493); Max value from RGB is 195 - color contains mainly: blue. Hex color #6FBBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBBC3 is #90443C. Grayscale: #A5A5A5. Windows color (decimal): -9454653 or 12827503. OLE color: 12827503.

HSL color Cylindrical-coordinate representation of color #6FBBC3: hue angle of 185.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FBBC3 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB111187195-
CMYK0.430.0400.24
HSL185.71º41.18%60%-
HSV(B)185.71º43.08%76.47%-
XYZ34.1842.8658.1-
YUV165.19144.8289.35-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.52%
GREEN value IS 187 (73.44% from 255) = 37.93%
BLUE value IS 195 (76.56% from 255) = 39.55%
R=22.52%
G=37.93%
B=39.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1111871950.430.0400.24185.7141.1860
Hex6FBBC32B4018ba293c
Octal1572733035340302725174
Binary1101111101110111100001110101110001100010111010101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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