Shades of Blue Smoke #6D746E
Tints of Blue Smoke #6D746E
RGB
CMYK
RGB Variations
Color information
#6D746E (or 0x6D746E) is known color: Blue Smoke. HEX triplet: 6D, 74 and 6E. RGB value is (109,116,110). Sum of RGB (Red+Green+Blue) = 109+116+110=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 116 - color contains mainly: green. Hex color #6D746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D746E is #928B91. Grayscale: #717171. Windows color (decimal): -9603986 or 7238765. OLE color: 7238765.
HSL color Cylindrical-coordinate representation of color #6D746E: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6D746E is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 110 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.55 |
| HSL | 128.57º | 0.03% | 0.44% | - |
| HSV(B) | 128.57º | 0.06% | 0.45% | - |
| XYZ | 15.37 | 16.87 | 17.2 | - |
| YUV | 113.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 110 | 0.06 | 0 | 0.05 | 0.55 | 128.57 | 0.03 | 0.44 |
| Hex | 6D | 74 | 6E | 6 | 0 | 5 | 37 | 81 | 3 | 2C |
| Octal | 155 | 164 | 156 | 6 | 0 | 5 | 67 | 201 | 3 | 54 |
| Binary | 1101101 | 1110100 | 1101110 | 110 | 0 | 101 | 110111 | 10000001 | 11 | 101100 |
Color Harmonies of #6D746E
Complementary color
Monochromatic Colors of #6D746E
Black with #6D746E
Text Example
Text Example
White with #6D746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D746E; }
p { color: rgb(109,116,110); }
H1.HeaderClassName
{
color: #6D746E;
}
.AnyTagClassName
{
color: #6D746E;
}
</style>
background-color css
<style>
a { background-color: #6D746E; }
a { background-color: rgb(109,116,110); }
div.DivClassName
{
background-color: #6D746E;
}
.BgClassName
{
background-color: #6D746E;
}
</style>
border-color css
<style>
span { border-color: #6D746E; }
span { border-color: rgb(109,116,110); }
td.TdClassName
{
border-color: #6D746E;
}
.TagClassName
{
border-color: #6D746E;
}
</style>