#6FBDBF

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

Shades of Glacier #6FBDBF

Tints of Glacier #6FBDBF

Color information

#6FBDBF (or 0x6FBDBF) is unknown color: approx Glacier. HEX triplet: 6F, BD and BF. RGB value is (111,189,191). Sum of RGB (Red+Green+Blue) = 111+189+191=491 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.61% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FBDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBDBF is #904240. Grayscale: #A5A5A5. Windows color (decimal): -9454145 or 12565871. OLE color: 12565871.

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

Color convert

RGB111189191-
CMYK0.420.0100.25
HSL181.5º38.46%59.22%-
HSV(B)181.5º41.88%74.9%-
XYZ34.1643.5455.89-
YUV165.91142.1688.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.61%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 191 (75% from 255) = 38.90%
R=22.61%
G=38.49%
B=38.90%

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
Decimal1111891910.420.0100.25181.538.4659.22
Hex6FBDBF2A1019b6263b
Octal1572752775210312664673
Binary11011111011110110111111101010101100110110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FBDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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