Shades of Blue Smoke #6E8877
Tints of Blue Smoke #6E8877
RGB
CMYK
RGB Variations
Color information
#6E8877 (or 0x6E8877) is known color: Blue Smoke. HEX triplet: 6E, 88 and 77. RGB value is (110,136,119). Sum of RGB (Red+Green+Blue) = 110+136+119=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8877 is #917788. Grayscale: #7E7E7E. Windows color (decimal): -9533321 or 7833710. OLE color: 7833710.
HSL color Cylindrical-coordinate representation of color #6E8877: hue angle of 140.77º 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 #6E8877 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 136 | 119 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.47 |
| HSL | 140.77º | 0.11% | 0.48% | - |
| HSV(B) | 140.77º | 0.19% | 0.53% | - |
| XYZ | 18.56 | 22.26 | 20.77 | - |
| YUV | 126.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 136 | 119 | 0.19 | 0 | 0.12 | 0.47 | 140.77 | 0.11 | 0.48 |
| Hex | 6E | 88 | 77 | 13 | 0 | C | 2F | 8D | B | 30 |
| Octal | 156 | 210 | 167 | 23 | 0 | 14 | 57 | 215 | 13 | 60 |
| Binary | 1101110 | 10001000 | 1110111 | 10011 | 0 | 1100 | 101111 | 10001101 | 1011 | 110000 |
Color Harmonies of #6E8877
Complementary color
Monochromatic Colors of #6E8877
Black with #6E8877
Text Example
Text Example
White with #6E8877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8877; }
p { color: rgb(110,136,119); }
H1.HeaderClassName
{
color: #6E8877;
}
.AnyTagClassName
{
color: #6E8877;
}
</style>
background-color css
<style>
a { background-color: #6E8877; }
a { background-color: rgb(110,136,119); }
div.DivClassName
{
background-color: #6E8877;
}
.BgClassName
{
background-color: #6E8877;
}
</style>
border-color css
<style>
span { border-color: #6E8877; }
span { border-color: rgb(110,136,119); }
td.TdClassName
{
border-color: #6E8877;
}
.TagClassName
{
border-color: #6E8877;
}
</style>