Shades of Glacier #6FAFBA
Tints of Glacier #6FAFBA
RGB
CMYK
RGB Variations
Color information
#6FAFBA (or 0x6FAFBA) is known color: Glacier. HEX triplet: 6F, AF and BA. RGB value is (111,175,186). Sum of RGB (Red+Green+Blue) = 111+175+186=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FAFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFBA is #905045. Grayscale: #9D9D9D. Windows color (decimal): -9457734 or 12234607. OLE color: 12234607.
HSL color Cylindrical-coordinate representation of color #6FAFBA: hue angle of 188.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6FAFBA is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 175 | 186 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.27 |
| HSL | 188.8º | 0.35% | 0.58% | - |
| HSV(B) | 188.8º | 0.4% | 0.73% | - |
| XYZ | 30.75 | 37.58 | 52.09 | - |
| YUV | 157.12 | 144.3 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 175 | 186 | 0.40 | 0.06 | 0 | 0.27 | 188.8 | 0.35 | 0.58 |
| Hex | 6F | AF | BA | 28 | 6 | 0 | 1B | BD | 23 | 3A |
| Octal | 157 | 257 | 272 | 50 | 6 | 0 | 33 | 275 | 43 | 72 |
| Binary | 1101111 | 10101111 | 10111010 | 101000 | 110 | 0 | 11011 | 10111101 | 100011 | 111010 |
Color Harmonies of #6FAFBA
Complementary color
Monochromatic Colors of #6FAFBA
Black with #6FAFBA
Text Example
Text Example
White with #6FAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAFBA; }
p { color: rgb(111,175,186); }
H1.HeaderClassName
{
color: #6FAFBA;
}
.AnyTagClassName
{
color: #6FAFBA;
}
</style>
background-color css
<style>
a { background-color: #6FAFBA; }
a { background-color: rgb(111,175,186); }
div.DivClassName
{
background-color: #6FAFBA;
}
.BgClassName
{
background-color: #6FAFBA;
}
</style>
border-color css
<style>
span { border-color: #6FAFBA; }
span { border-color: rgb(111,175,186); }
td.TdClassName
{
border-color: #6FAFBA;
}
.TagClassName
{
border-color: #6FAFBA;
}
</style>