Shades of Glacier #6FBCBF
Tints of Glacier #6FBCBF
RGB
CMYK
RGB Variations
Color information
#6FBCBF (or 0x6FBCBF) is known color: Glacier. HEX triplet: 6F, BC and BF. RGB value is (111,188,191). Sum of RGB (Red+Green+Blue) = 111+188+191=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #6FBCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCBF is #904340. Grayscale: #A5A5A5. Windows color (decimal): -9454401 or 12565615. OLE color: 12565615.
HSL color Cylindrical-coordinate representation of color #6FBCBF: hue angle of 182.25º 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 #6FBCBF is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 188 | 191 | - |
| CMYK | 0.42 | 0.02 | 0 | 0.25 |
| HSL | 182.25º | 0.38% | 0.59% | - |
| HSV(B) | 182.25º | 0.42% | 0.75% | - |
| XYZ | 33.94 | 43.11 | 55.82 | - |
| YUV | 165.32 | 142.49 | 89.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 191 | 0.42 | 0.02 | 0 | 0.25 | 182.25 | 0.38 | 0.59 |
| Hex | 6F | BC | BF | 2A | 2 | 0 | 19 | B6 | 26 | 3B |
| Octal | 157 | 274 | 277 | 52 | 2 | 0 | 31 | 266 | 46 | 73 |
| Binary | 1101111 | 10111100 | 10111111 | 101010 | 10 | 0 | 11001 | 10110110 | 100110 | 111011 |
Color Harmonies of #6FBCBF
Complementary color
Monochromatic Colors of #6FBCBF
Black with #6FBCBF
Text Example
Text Example
White with #6FBCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBCBF; }
p { color: rgb(111,188,191); }
H1.HeaderClassName
{
color: #6FBCBF;
}
.AnyTagClassName
{
color: #6FBCBF;
}
</style>
background-color css
<style>
a { background-color: #6FBCBF; }
a { background-color: rgb(111,188,191); }
div.DivClassName
{
background-color: #6FBCBF;
}
.BgClassName
{
background-color: #6FBCBF;
}
</style>
border-color css
<style>
span { border-color: #6FBCBF; }
span { border-color: rgb(111,188,191); }
td.TdClassName
{
border-color: #6FBCBF;
}
.TagClassName
{
border-color: #6FBCBF;
}
</style>