Shades of Glacier #6FAFC6
Tints of Glacier #6FAFC6
RGB
CMYK
RGB Variations
Color information
#6FAFC6 (or 0x6FAFC6) is known color: Glacier. HEX triplet: 6F, AF and C6. RGB value is (111,175,198). Sum of RGB (Red+Green+Blue) = 111+175+198=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 198 (77.73% from 255 or 40.91% from 484); Max value from RGB is 198 - color contains mainly: blue. Hex color #6FAFC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFC6 is #905039. Grayscale: #9E9E9E. Windows color (decimal): -9457722 or 13021039. OLE color: 13021039.
HSL color Cylindrical-coordinate representation of color #6FAFC6: hue angle of 195.86º degrees, saturation: 0.43, 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 #6FAFC6 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 175 | 198 | - |
| CMYK | 0.44 | 0.12 | 0 | 0.22 |
| HSL | 195.86º | 0.43% | 0.61% | - |
| HSV(B) | 195.86º | 0.44% | 0.78% | - |
| XYZ | 32.08 | 38.12 | 59.09 | - |
| YUV | 158.49 | 150.3 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 198 | 0.44 | 0.12 | 0 | 0.22 | 195.86 | 0.43 | 0.61 |
| Hex | 6F | AF | C6 | 2C | C | 0 | 16 | C4 | 2B | 3D |
| Octal | 157 | 257 | 306 | 54 | 14 | 0 | 26 | 304 | 53 | 75 |
| Binary | 1101111 | 10101111 | 11000110 | 101100 | 1100 | 0 | 10110 | 11000100 | 101011 | 111101 |
Color Harmonies of #6FAFC6
Complementary color
Monochromatic Colors of #6FAFC6
Black with #6FAFC6
Text Example
Text Example
White with #6FAFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFC6; }
p { color: rgb(111,175,198); }
H1.HeaderClassName
{
color: #6FAFC6;
}
.AnyTagClassName
{
color: #6FAFC6;
}
</style>
background-color css
<style>
a { background-color: #6FAFC6; }
a { background-color: rgb(111,175,198); }
div.DivClassName
{
background-color: #6FAFC6;
}
.BgClassName
{
background-color: #6FAFC6;
}
</style>
border-color css
<style>
span { border-color: #6FAFC6; }
span { border-color: rgb(111,175,198); }
td.TdClassName
{
border-color: #6FAFC6;
}
.TagClassName
{
border-color: #6FAFC6;
}
</style>