Shades of Blue Smoke #6F8977
Tints of Blue Smoke #6F8977
RGB
CMYK
RGB Variations
Color information
#6F8977 (or 0x6F8977) is known color: Blue Smoke. HEX triplet: 6F, 89 and 77. RGB value is (111,137,119). Sum of RGB (Red+Green+Blue) = 111+137+119=367 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.25% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8977 is #907688. Grayscale: #7F7F7F. Windows color (decimal): -9467529 or 7833967. OLE color: 7833967.
HSL color Cylindrical-coordinate representation of color #6F8977: hue angle of 138.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8977 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 119 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.46 |
| HSL | 138.46º | 0.1% | 0.49% | - |
| HSV(B) | 138.46º | 0.19% | 0.54% | - |
| XYZ | 18.83 | 22.6 | 20.82 | - |
| YUV | 127.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 119 | 0.19 | 0 | 0.13 | 0.46 | 138.46 | 0.1 | 0.49 |
| Hex | 6F | 89 | 77 | 13 | 0 | D | 2E | 8A | A | 31 |
| Octal | 157 | 211 | 167 | 23 | 0 | 15 | 56 | 212 | 12 | 61 |
| Binary | 1101111 | 10001001 | 1110111 | 10011 | 0 | 1101 | 101110 | 10001010 | 1010 | 110001 |
Color Harmonies of #6F8977
Complementary color
Monochromatic Colors of #6F8977
Black with #6F8977
Text Example
Text Example
White with #6F8977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8977; }
p { color: rgb(111,137,119); }
H1.HeaderClassName
{
color: #6F8977;
}
.AnyTagClassName
{
color: #6F8977;
}
</style>
background-color css
<style>
a { background-color: #6F8977; }
a { background-color: rgb(111,137,119); }
div.DivClassName
{
background-color: #6F8977;
}
.BgClassName
{
background-color: #6F8977;
}
</style>
border-color css
<style>
span { border-color: #6F8977; }
span { border-color: rgb(111,137,119); }
td.TdClassName
{
border-color: #6F8977;
}
.TagClassName
{
border-color: #6F8977;
}
</style>