#6FB4BE

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

Shades of Glacier #6FB4BE

Tints of Glacier #6FB4BE

Color information

#6FB4BE (or 0x6FB4BE) is unknown color: approx Glacier. HEX triplet: 6F, B4 and BE. RGB value is (111,180,190). Sum of RGB (Red+Green+Blue) = 111+180+190=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FB4BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB4BE is #904B41. Grayscale: #A0A0A0. Windows color (decimal): -9456450 or 12498031. OLE color: 12498031.

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

Color convert

RGB111180190-
CMYK0.420.0500.25
HSL187.59º37.8%59.02%-
HSV(B)187.59º41.58%74.51%-
XYZ32.1739.7454.69-
YUV160.51144.6492.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.08%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=23.08%
G=37.42%
B=39.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1111801900.420.0500.25187.5937.859.02
Hex6FB4BE2A5019bc263b
Octal1572642765250312744673
Binary1101111101101001011111010101010101100110111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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