Shades of Glacier #6FA8BA
Tints of Glacier #6FA8BA
RGB
CMYK
RGB Variations
Color information
#6FA8BA (or 0x6FA8BA) is known color: Glacier. HEX triplet: 6F, A8 and BA. RGB value is (111,168,186). Sum of RGB (Red+Green+Blue) = 111+168+186=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #6FA8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA8BA is #905745. Grayscale: #989898. Windows color (decimal): -9459526 or 12232815. OLE color: 12232815.
HSL color Cylindrical-coordinate representation of color #6FA8BA: hue angle of 194.4º 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 #6FA8BA is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 111 | 168 | 186 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.27 |
| HSL | 194.4º | 0.35% | 0.58% | - |
| HSV(B) | 194.4º | 0.4% | 0.73% | - |
| XYZ | 29.42 | 34.93 | 51.65 | - |
| YUV | 153.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 186 | 0.40 | 0.10 | 0 | 0.27 | 194.4 | 0.35 | 0.58 |
| Hex | 6F | A8 | BA | 28 | A | 0 | 1B | C2 | 23 | 3A |
| Octal | 157 | 250 | 272 | 50 | 12 | 0 | 33 | 302 | 43 | 72 |
| Binary | 1101111 | 10101000 | 10111010 | 101000 | 1010 | 0 | 11011 | 11000010 | 100011 | 111010 |
Color Harmonies of #6FA8BA
Complementary color
Monochromatic Colors of #6FA8BA
Black with #6FA8BA
Text Example
Text Example
White with #6FA8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA8BA; }
p { color: rgb(111,168,186); }
H1.HeaderClassName
{
color: #6FA8BA;
}
.AnyTagClassName
{
color: #6FA8BA;
}
</style>
background-color css
<style>
a { background-color: #6FA8BA; }
a { background-color: rgb(111,168,186); }
div.DivClassName
{
background-color: #6FA8BA;
}
.BgClassName
{
background-color: #6FA8BA;
}
</style>
border-color css
<style>
span { border-color: #6FA8BA; }
span { border-color: rgb(111,168,186); }
td.TdClassName
{
border-color: #6FA8BA;
}
.TagClassName
{
border-color: #6FA8BA;
}
</style>