Shades of Blue Smoke #6D8776
Tints of Blue Smoke #6D8776
RGB
CMYK
RGB Variations
Color information
#6D8776 (or 0x6D8776) is known color: Blue Smoke. HEX triplet: 6D, 87 and 76. RGB value is (109,135,118). Sum of RGB (Red+Green+Blue) = 109+135+118=362 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.11% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8776 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8776 is #927889. Grayscale: #7D7D7D. Windows color (decimal): -9599114 or 7767917. OLE color: 7767917.
HSL color Cylindrical-coordinate representation of color #6D8776: 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 #6D8776 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 118 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.47 |
| HSL | 140.77º | 0.11% | 0.48% | - |
| HSV(B) | 140.77º | 0.19% | 0.53% | - |
| XYZ | 18.24 | 21.89 | 20.4 | - |
| YUV | 125.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 118 | 0.19 | 0 | 0.13 | 0.47 | 140.77 | 0.11 | 0.48 |
| Hex | 6D | 87 | 76 | 13 | 0 | D | 2F | 8D | B | 30 |
| Octal | 155 | 207 | 166 | 23 | 0 | 15 | 57 | 215 | 13 | 60 |
| Binary | 1101101 | 10000111 | 1110110 | 10011 | 0 | 1101 | 101111 | 10001101 | 1011 | 110000 |
Color Harmonies of #6D8776
Complementary color
Monochromatic Colors of #6D8776
Black with #6D8776
Text Example
Text Example
White with #6D8776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8776; }
p { color: rgb(109,135,118); }
H1.HeaderClassName
{
color: #6D8776;
}
.AnyTagClassName
{
color: #6D8776;
}
</style>
background-color css
<style>
a { background-color: #6D8776; }
a { background-color: rgb(109,135,118); }
div.DivClassName
{
background-color: #6D8776;
}
.BgClassName
{
background-color: #6D8776;
}
</style>
border-color css
<style>
span { border-color: #6D8776; }
span { border-color: rgb(109,135,118); }
td.TdClassName
{
border-color: #6D8776;
}
.TagClassName
{
border-color: #6D8776;
}
</style>