#6FBFBF

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

Shades of Glacier #6FBFBF

Tints of Glacier #6FBFBF

Color information

#6FBFBF (or 0x6FBFBF) is unknown color: approx Glacier. HEX triplet: 6F, BF and BF. RGB value is (111,191,191). Sum of RGB (Red+Green+Blue) = 111+191+191=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #6FBFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFBF is #904040. Grayscale: #A7A7A7. Windows color (decimal): -9453633 or 12566383. OLE color: 12566383.

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

Color convert

RGB111191191-
CMYK0.42000.25
HSL180º38.46%59.22%-
HSV(B)180º41.88%74.9%-
XYZ34.5944.456.04-
YUV167.08141.588-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.52%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 191 (75% from 255) = 38.74%
R=22.52%
G=38.74%
B=38.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111911910.42000.2518038.4659.22
Hex6FBFBF2A0019b4263b
Octal1572772775200312644673
Binary11011111011111110111111101010001100110110100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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