#6FB9BF

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

Shades of Glacier #6FB9BF

Tints of Glacier #6FB9BF

Color information

#6FB9BF (or 0x6FB9BF) is unknown color: approx Glacier. HEX triplet: 6F, B9 and BF. RGB value is (111,185,191). Sum of RGB (Red+Green+Blue) = 111+185+191=487 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.79% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FB9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9BF is #904640. Grayscale: #A3A3A3. Windows color (decimal): -9455169 or 12564847. OLE color: 12564847.

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

Color convert

RGB111185191-
CMYK0.420.0300.25
HSL184.5º38.46%59.22%-
HSV(B)184.5º41.88%74.9%-
XYZ33.3141.8455.61-
YUV163.56143.4890.51-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.79%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 191 (75% from 255) = 39.22%
R=22.79%
G=37.99%
B=39.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111851910.420.0300.25184.538.4659.22
Hex6FB9BF2A3019b8263b
Octal1572712775230312704673
Binary110111110111001101111111010101101100110111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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