#6FBFC6

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

Shades of Glacier #6FBFC6

Tints of Glacier #6FBFC6

Color information

#6FBFC6 (or 0x6FBFC6) is unknown color: approx Glacier. HEX triplet: 6F, BF and C6. RGB value is (111,191,198). Sum of RGB (Red+Green+Blue) = 111+191+198=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #6FBFC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFC6 is #904039. Grayscale: #A7A7A7. Windows color (decimal): -9453626 or 13025135. OLE color: 13025135.

HSL color Cylindrical-coordinate representation of color #6FBFC6: hue angle of 184.83º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FBFC6 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB111191198-
CMYK0.440.0400.22
HSL184.83º43.28%60.59%-
HSV(B)184.83º43.94%77.65%-
XYZ35.3844.7260.19-
YUV167.8814587.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.2%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 198 (77.73% from 255) = 39.6%
R=22.2%
G=38.2%
B=39.6%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1111911980.440.0400.22184.8343.2860.59
Hex6FBFC62C4016b92b3d
Octal1572773065440262715375
Binary1101111101111111100011010110010001011010111001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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