Shades of Blue Smoke #6E8876
Tints of Blue Smoke #6E8876
RGB
CMYK
RGB Variations
Color information
#6E8876 (or 0x6E8876) is known color: Blue Smoke. HEX triplet: 6E, 88 and 76. RGB value is (110,136,118). Sum of RGB (Red+Green+Blue) = 110+136+118=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8876 is #917789. Grayscale: #7E7E7E. Windows color (decimal): -9533322 or 7768174. OLE color: 7768174.
HSL color Cylindrical-coordinate representation of color #6E8876: hue angle of 138.46º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E8876 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 118 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.47 |
| HSL | 138.46º | 0.11% | 0.48% | - |
| HSV(B) | 138.46º | 0.19% | 0.53% | - |
| XYZ | 18.5 | 22.23 | 20.46 | - |
| YUV | 126.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 118 | 0.19 | 0 | 0.13 | 0.47 | 138.46 | 0.11 | 0.48 |
| Hex | 6E | 88 | 76 | 13 | 0 | D | 2F | 8A | B | 30 |
| Octal | 156 | 210 | 166 | 23 | 0 | 15 | 57 | 212 | 13 | 60 |
| Binary | 1101110 | 10001000 | 1110110 | 10011 | 0 | 1101 | 101111 | 10001010 | 1011 | 110000 |
Color Harmonies of #6E8876
Complementary color
Monochromatic Colors of #6E8876
Black with #6E8876
Text Example
Text Example
White with #6E8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8876; }
p { color: rgb(110,136,118); }
H1.HeaderClassName
{
color: #6E8876;
}
.AnyTagClassName
{
color: #6E8876;
}
</style>
background-color css
<style>
a { background-color: #6E8876; }
a { background-color: rgb(110,136,118); }
div.DivClassName
{
background-color: #6E8876;
}
.BgClassName
{
background-color: #6E8876;
}
</style>
border-color css
<style>
span { border-color: #6E8876; }
span { border-color: rgb(110,136,118); }
td.TdClassName
{
border-color: #6E8876;
}
.TagClassName
{
border-color: #6E8876;
}
</style>