Shades of Glacier #6FA7B9
Tints of Glacier #6FA7B9
RGB
CMYK
RGB Variations
Color information
#6FA7B9 (or 0x6FA7B9) is known color: Glacier. HEX triplet: 6F, A7 and B9. RGB value is (111,167,185). Sum of RGB (Red+Green+Blue) = 111+167+185=463 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.97% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 185 - color contains mainly: blue. Hex color #6FA7B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA7B9 is #905846. Grayscale: #989898. Windows color (decimal): -9459783 or 12167023. OLE color: 12167023.
HSL color Cylindrical-coordinate representation of color #6FA7B9: hue angle of 194.59º 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 #6FA7B9 is Cyan = 0.4, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 167 | 185 | - |
| CMYK | 0.4 | 0.10 | 0 | 0.27 |
| HSL | 194.59º | 0.35% | 0.58% | - |
| HSV(B) | 194.59º | 0.4% | 0.73% | - |
| XYZ | 29.13 | 34.52 | 51.03 | - |
| YUV | 152.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 185 | 0.4 | 0.10 | 0 | 0.27 | 194.59 | 0.35 | 0.58 |
| Hex | 6F | A7 | B9 | 28 | A | 0 | 1B | C3 | 23 | 3A |
| Octal | 157 | 247 | 271 | 50 | 12 | 0 | 33 | 303 | 43 | 72 |
| Binary | 1101111 | 10100111 | 10111001 | 101000 | 1010 | 0 | 11011 | 11000011 | 100011 | 111010 |
Color Harmonies of #6FA7B9
Complementary color
Monochromatic Colors of #6FA7B9
Black with #6FA7B9
Text Example
Text Example
White with #6FA7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA7B9; }
p { color: rgb(111,167,185); }
H1.HeaderClassName
{
color: #6FA7B9;
}
.AnyTagClassName
{
color: #6FA7B9;
}
</style>
background-color css
<style>
a { background-color: #6FA7B9; }
a { background-color: rgb(111,167,185); }
div.DivClassName
{
background-color: #6FA7B9;
}
.BgClassName
{
background-color: #6FA7B9;
}
</style>
border-color css
<style>
span { border-color: #6FA7B9; }
span { border-color: rgb(111,167,185); }
td.TdClassName
{
border-color: #6FA7B9;
}
.TagClassName
{
border-color: #6FA7B9;
}
</style>