Shades of Glacier #6FBFC7
Tints of Glacier #6FBFC7
RGB
CMYK
RGB Variations
Color information
#6FBFC7 (or 0x6FBFC7) is known color: Glacier. HEX triplet: 6F, BF and C7. RGB value is (111,191,199). Sum of RGB (Red+Green+Blue) = 111+191+199=501 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.16% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 199 - color contains mainly: blue. Hex color #6FBFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBFC7 is #904038. Grayscale: #A7A7A7. Windows color (decimal): -9453625 or 13090671. OLE color: 13090671.
HSL color Cylindrical-coordinate representation of color #6FBFC7: hue angle of 185.45º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FBFC7 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 191 | 199 | - |
| CMYK | 0.44 | 0.04 | 0 | 0.22 |
| HSL | 185.45º | 0.44% | 0.61% | - |
| HSV(B) | 185.45º | 0.44% | 0.78% | - |
| XYZ | 35.5 | 44.76 | 60.8 | - |
| YUV | 167.99 | 145.5 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 199 | 0.44 | 0.04 | 0 | 0.22 | 185.45 | 0.44 | 0.61 |
| Hex | 6F | BF | C7 | 2C | 4 | 0 | 16 | B9 | 2C | 3D |
| Octal | 157 | 277 | 307 | 54 | 4 | 0 | 26 | 271 | 54 | 75 |
| Binary | 1101111 | 10111111 | 11000111 | 101100 | 100 | 0 | 10110 | 10111001 | 101100 | 111101 |
Color Harmonies of #6FBFC7
Complementary color
Monochromatic Colors of #6FBFC7
Black with #6FBFC7
Text Example
Text Example
White with #6FBFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFC7; }
p { color: rgb(111,191,199); }
H1.HeaderClassName
{
color: #6FBFC7;
}
.AnyTagClassName
{
color: #6FBFC7;
}
</style>
background-color css
<style>
a { background-color: #6FBFC7; }
a { background-color: rgb(111,191,199); }
div.DivClassName
{
background-color: #6FBFC7;
}
.BgClassName
{
background-color: #6FBFC7;
}
</style>
border-color css
<style>
span { border-color: #6FBFC7; }
span { border-color: rgb(111,191,199); }
td.TdClassName
{
border-color: #6FBFC7;
}
.TagClassName
{
border-color: #6FBFC7;
}
</style>