Shades of Glacier #6FAFC1
Tints of Glacier #6FAFC1
RGB
CMYK
RGB Variations
Color information
#6FAFC1 (or 0x6FAFC1) is known color: Glacier. HEX triplet: 6F, AF and C1. RGB value is (111,175,193). Sum of RGB (Red+Green+Blue) = 111+175+193=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 193 (75.78% from 255 or 40.29% from 479); Max value from RGB is 193 - color contains mainly: blue. Hex color #6FAFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFC1 is #90503E. Grayscale: #9D9D9D. Windows color (decimal): -9457727 or 12693359. OLE color: 12693359.
HSL color Cylindrical-coordinate representation of color #6FAFC1: hue angle of 193.17º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FAFC1 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 175 | 193 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.24 |
| HSL | 193.17º | 0.4% | 0.6% | - |
| HSV(B) | 193.17º | 0.42% | 0.76% | - |
| XYZ | 31.51 | 37.89 | 56.1 | - |
| YUV | 157.92 | 147.8 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 193 | 0.42 | 0.09 | 0 | 0.24 | 193.17 | 0.4 | 0.6 |
| Hex | 6F | AF | C1 | 2A | 9 | 0 | 18 | C1 | 28 | 3C |
| Octal | 157 | 257 | 301 | 52 | 11 | 0 | 30 | 301 | 50 | 74 |
| Binary | 1101111 | 10101111 | 11000001 | 101010 | 1001 | 0 | 11000 | 11000001 | 101000 | 111100 |
Color Harmonies of #6FAFC1
Complementary color
Monochromatic Colors of #6FAFC1
Black with #6FAFC1
Text Example
Text Example
White with #6FAFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFC1; }
p { color: rgb(111,175,193); }
H1.HeaderClassName
{
color: #6FAFC1;
}
.AnyTagClassName
{
color: #6FAFC1;
}
</style>
background-color css
<style>
a { background-color: #6FAFC1; }
a { background-color: rgb(111,175,193); }
div.DivClassName
{
background-color: #6FAFC1;
}
.BgClassName
{
background-color: #6FAFC1;
}
</style>
border-color css
<style>
span { border-color: #6FAFC1; }
span { border-color: rgb(111,175,193); }
td.TdClassName
{
border-color: #6FAFC1;
}
.TagClassName
{
border-color: #6FAFC1;
}
</style>