#6FB9BE

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

Shades of Glacier #6FB9BE

Tints of Glacier #6FB9BE

Color information

#6FB9BE (or 0x6FB9BE) is unknown color: approx Glacier. HEX triplet: 6F, B9 and BE. RGB value is (111,185,190). Sum of RGB (Red+Green+Blue) = 111+185+190=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FB9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FB9BE is #904641. Grayscale: #A3A3A3. Windows color (decimal): -9455170 or 12499311. OLE color: 12499311.

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

Color convert

RGB111185190-
CMYK0.420.0300.25
HSL183.8º37.8%59.02%-
HSV(B)183.8º41.58%74.51%-
XYZ33.241.855.03-
YUV163.44142.9890.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.84%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=22.84%
G=38.07%
B=39.09%

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
Decimal1111851900.420.0300.25183.837.859.02
Hex6FB9BE2A3019b8263b
Octal1572712765230312704673
Binary110111110111001101111101010101101100110111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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