#6FBDBE

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

Shades of Glacier #6FBDBE

Tints of Glacier #6FBDBE

Color information

#6FBDBE (or 0x6FBDBE) is unknown color: approx Glacier. HEX triplet: 6F, BD and BE. RGB value is (111,189,190). Sum of RGB (Red+Green+Blue) = 111+189+190=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #6FBDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDBE is #904241. Grayscale: #A5A5A5. Windows color (decimal): -9454146 or 12500335. OLE color: 12500335.

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

Color convert

RGB111189190-
CMYK0.420.0100.25
HSL180.76º37.8%59.02%-
HSV(B)180.76º41.58%74.51%-
XYZ34.0543.4955.32-
YUV165.79141.6688.92-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.65%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 190 (74.61% from 255) = 38.78%
R=22.65%
G=38.57%
B=38.78%

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
Decimal1111891900.420.0100.25180.7637.859.02
Hex6FBDBE2A1019b5263b
Octal1572752765210312654673
Binary11011111011110110111110101010101100110110101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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