Shades of Glacier #6FBFC0
Tints of Glacier #6FBFC0
RGB
CMYK
RGB Variations
Color information
#6FBFC0 (or 0x6FBFC0) is known color: Glacier. HEX triplet: 6F, BF and C0. RGB value is (111,191,192). Sum of RGB (Red+Green+Blue) = 111+191+192=494 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.47% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #6FBFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFC0 is #90403F. Grayscale: #A7A7A7. Windows color (decimal): -9453632 or 12631919. OLE color: 12631919.
HSL color Cylindrical-coordinate representation of color #6FBFC0: hue angle of 180.74º degrees, saturation: 0.39, 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 #6FBFC0 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 111 | 191 | 192 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.25 |
| HSL | 180.74º | 0.39% | 0.59% | - |
| HSV(B) | 180.74º | 0.42% | 0.75% | - |
| XYZ | 34.7 | 44.45 | 56.62 | - |
| YUV | 167.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 192 | 0.42 | 0.01 | 0 | 0.25 | 180.74 | 0.39 | 0.59 |
| Hex | 6F | BF | C0 | 2A | 1 | 0 | 19 | B5 | 27 | 3B |
| Octal | 157 | 277 | 300 | 52 | 1 | 0 | 31 | 265 | 47 | 73 |
| Binary | 1101111 | 10111111 | 11000000 | 101010 | 1 | 0 | 11001 | 10110101 | 100111 | 111011 |
Color Harmonies of #6FBFC0
Complementary color
Monochromatic Colors of #6FBFC0
Black with #6FBFC0
Text Example
Text Example
White with #6FBFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFC0; }
p { color: rgb(111,191,192); }
H1.HeaderClassName
{
color: #6FBFC0;
}
.AnyTagClassName
{
color: #6FBFC0;
}
</style>
background-color css
<style>
a { background-color: #6FBFC0; }
a { background-color: rgb(111,191,192); }
div.DivClassName
{
background-color: #6FBFC0;
}
.BgClassName
{
background-color: #6FBFC0;
}
</style>
border-color css
<style>
span { border-color: #6FBFC0; }
span { border-color: rgb(111,191,192); }
td.TdClassName
{
border-color: #6FBFC0;
}
.TagClassName
{
border-color: #6FBFC0;
}
</style>