#6FBEBF

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

Shades of Glacier #6FBEBF

Tints of Glacier #6FBEBF

Color information

#6FBEBF (or 0x6FBEBF) is unknown color: approx Glacier. HEX triplet: 6F, BE and BF. RGB value is (111,190,191). Sum of RGB (Red+Green+Blue) = 111+190+191=492 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.56% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FBEBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEBF is #904140. Grayscale: #A6A6A6. Windows color (decimal): -9453889 or 12566127. OLE color: 12566127.

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

Color convert

RGB111190191-
CMYK0.420.0100.25
HSL180.75º38.46%59.22%-
HSV(B)180.75º41.88%74.9%-
XYZ34.3743.9755.97-
YUV166.49141.8388.42-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.56%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 191 (75% from 255) = 38.82%
R=22.56%
G=38.62%
B=38.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111901910.420.0100.25180.7538.4659.22
Hex6FBEBF2A1019b5263b
Octal1572762775210312654673
Binary11011111011111010111111101010101100110110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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