Shades of Glacier #6FBABF
Tints of Glacier #6FBABF
RGB
CMYK
RGB Variations
Color information
#6FBABF (or 0x6FBABF) is known color: Glacier. HEX triplet: 6F, BA and BF. RGB value is (111,186,191). Sum of RGB (Red+Green+Blue) = 111+186+191=488 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.75% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FBABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBABF is #904540. Grayscale: #A4A4A4. Windows color (decimal): -9454913 or 12565103. OLE color: 12565103.
HSL color Cylindrical-coordinate representation of color #6FBABF: hue angle of 183.75º 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 #6FBABF is Cyan = 0.42, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 186 | 191 | - |
| CMYK | 0.42 | 0.03 | 0 | 0.25 |
| HSL | 183.75º | 0.38% | 0.59% | - |
| HSV(B) | 183.75º | 0.42% | 0.75% | - |
| XYZ | 33.52 | 42.26 | 55.68 | - |
| YUV | 164.15 | 143.15 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 186 | 191 | 0.42 | 0.03 | 0 | 0.25 | 183.75 | 0.38 | 0.59 |
| Hex | 6F | BA | BF | 2A | 3 | 0 | 19 | B8 | 26 | 3B |
| Octal | 157 | 272 | 277 | 52 | 3 | 0 | 31 | 270 | 46 | 73 |
| Binary | 1101111 | 10111010 | 10111111 | 101010 | 11 | 0 | 11001 | 10111000 | 100110 | 111011 |
Color Harmonies of #6FBABF
Complementary color
Monochromatic Colors of #6FBABF
Black with #6FBABF
Text Example
Text Example
White with #6FBABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBABF; }
p { color: rgb(111,186,191); }
H1.HeaderClassName
{
color: #6FBABF;
}
.AnyTagClassName
{
color: #6FBABF;
}
</style>
background-color css
<style>
a { background-color: #6FBABF; }
a { background-color: rgb(111,186,191); }
div.DivClassName
{
background-color: #6FBABF;
}
.BgClassName
{
background-color: #6FBABF;
}
</style>
border-color css
<style>
span { border-color: #6FBABF; }
span { border-color: rgb(111,186,191); }
td.TdClassName
{
border-color: #6FBABF;
}
.TagClassName
{
border-color: #6FBABF;
}
</style>