Shades of Glacier #6FBDBF
Tints of Glacier #6FBDBF
RGB
CMYK
RGB Variations
Color information
#6FBDBF (or 0x6FBDBF) is known color: 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
| RGB | 111 | 189 | 191 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.25 |
| HSL | 181.5º | 0.38% | 0.59% | - |
| HSV(B) | 181.5º | 0.42% | 0.75% | - |
| XYZ | 34.16 | 43.54 | 55.89 | - |
| YUV | 165.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 189 | 191 | 0.42 | 0.01 | 0 | 0.25 | 181.5 | 0.38 | 0.59 |
| Hex | 6F | BD | BF | 2A | 1 | 0 | 19 | B6 | 26 | 3B |
| Octal | 157 | 275 | 277 | 52 | 1 | 0 | 31 | 266 | 46 | 73 |
| Binary | 1101111 | 10111101 | 10111111 | 101010 | 1 | 0 | 11001 | 10110110 | 100110 | 111011 |
Color Harmonies of #6FBDBF
Complementary color
Monochromatic Colors of #6FBDBF
Black with #6FBDBF
Text Example
Text Example
White with #6FBDBF
Text Example
Text Example
HTML Codes & Css Web 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>