Shades of Blue Smoke #6D8373
Tints of Blue Smoke #6D8373
RGB
CMYK
RGB Variations
Color information
#6D8373 (or 0x6D8373) is known color: Blue Smoke. HEX triplet: 6D, 83 and 73. RGB value is (109,131,115). Sum of RGB (Red+Green+Blue) = 109+131+115=355 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.70% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8373 is #927C8C. Grayscale: #7A7A7A. Windows color (decimal): -9600141 or 7570285. OLE color: 7570285.
HSL color Cylindrical-coordinate representation of color #6D8373: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D8373 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 131 | 115 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.49 |
| HSL | 136.36º | 0.09% | 0.47% | - |
| HSV(B) | 136.36º | 0.17% | 0.51% | - |
| XYZ | 17.52 | 20.72 | 19.3 | - |
| YUV | 122.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 131 | 115 | 0.17 | 0 | 0.12 | 0.49 | 136.36 | 0.09 | 0.47 |
| Hex | 6D | 83 | 73 | 11 | 0 | C | 31 | 88 | 9 | 2F |
| Octal | 155 | 203 | 163 | 21 | 0 | 14 | 61 | 210 | 11 | 57 |
| Binary | 1101101 | 10000011 | 1110011 | 10001 | 0 | 1100 | 110001 | 10001000 | 1001 | 101111 |
Color Harmonies of #6D8373
Complementary color
Monochromatic Colors of #6D8373
Black with #6D8373
Text Example
Text Example
White with #6D8373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8373; }
p { color: rgb(109,131,115); }
H1.HeaderClassName
{
color: #6D8373;
}
.AnyTagClassName
{
color: #6D8373;
}
</style>
background-color css
<style>
a { background-color: #6D8373; }
a { background-color: rgb(109,131,115); }
div.DivClassName
{
background-color: #6D8373;
}
.BgClassName
{
background-color: #6D8373;
}
</style>
border-color css
<style>
span { border-color: #6D8373; }
span { border-color: rgb(109,131,115); }
td.TdClassName
{
border-color: #6D8373;
}
.TagClassName
{
border-color: #6D8373;
}
</style>