Shades of Glacier #6FA7BD
Tints of Glacier #6FA7BD
RGB
CMYK
RGB Variations
Color information
#6FA7BD (or 0x6FA7BD) is known color: Glacier. HEX triplet: 6F, A7 and BD. RGB value is (111,167,189). Sum of RGB (Red+Green+Blue) = 111+167+189=467 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.77% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #6FA7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA7BD is #905842. Grayscale: #989898. Windows color (decimal): -9459779 or 12429167. OLE color: 12429167.
HSL color Cylindrical-coordinate representation of color #6FA7BD: hue angle of 196.92º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FA7BD is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 167 | 189 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.26 |
| HSL | 196.92º | 0.37% | 0.59% | - |
| HSV(B) | 196.92º | 0.41% | 0.74% | - |
| XYZ | 29.56 | 34.69 | 53.28 | - |
| YUV | 152.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 189 | 0.41 | 0.12 | 0 | 0.26 | 196.92 | 0.37 | 0.59 |
| Hex | 6F | A7 | BD | 29 | C | 0 | 1A | C5 | 25 | 3B |
| Octal | 157 | 247 | 275 | 51 | 14 | 0 | 32 | 305 | 45 | 73 |
| Binary | 1101111 | 10100111 | 10111101 | 101001 | 1100 | 0 | 11010 | 11000101 | 100101 | 111011 |
Color Harmonies of #6FA7BD
Complementary color
Monochromatic Colors of #6FA7BD
Black with #6FA7BD
Text Example
Text Example
White with #6FA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA7BD; }
p { color: rgb(111,167,189); }
H1.HeaderClassName
{
color: #6FA7BD;
}
.AnyTagClassName
{
color: #6FA7BD;
}
</style>
background-color css
<style>
a { background-color: #6FA7BD; }
a { background-color: rgb(111,167,189); }
div.DivClassName
{
background-color: #6FA7BD;
}
.BgClassName
{
background-color: #6FA7BD;
}
</style>
border-color css
<style>
span { border-color: #6FA7BD; }
span { border-color: rgb(111,167,189); }
td.TdClassName
{
border-color: #6FA7BD;
}
.TagClassName
{
border-color: #6FA7BD;
}
</style>