Shades of Blue Smoke #6D796F
Tints of Blue Smoke #6D796F
RGB
CMYK
RGB Variations
Color information
#6D796F (or 0x6D796F) is known color: Blue Smoke. HEX triplet: 6D, 79 and 6F. RGB value is (109,121,111). Sum of RGB (Red+Green+Blue) = 109+121+111=341 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.96% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 121 - color contains mainly: green. Hex color #6D796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D796F is #928690. Grayscale: #747474. Windows color (decimal): -9602705 or 7305581. OLE color: 7305581.
HSL color Cylindrical-coordinate representation of color #6D796F: hue angle of 130º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6D796F is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 121 | 111 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.53 |
| HSL | 130º | 0.05% | 0.45% | - |
| HSV(B) | 130º | 0.1% | 0.47% | - |
| XYZ | 16.01 | 18.07 | 17.68 | - |
| YUV | 116.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 121 | 111 | 0.10 | 0 | 0.08 | 0.53 | 130 | 0.05 | 0.45 |
| Hex | 6D | 79 | 6F | A | 0 | 8 | 35 | 82 | 5 | 2D |
| Octal | 155 | 171 | 157 | 12 | 0 | 10 | 65 | 202 | 5 | 55 |
| Binary | 1101101 | 1111001 | 1101111 | 1010 | 0 | 1000 | 110101 | 10000010 | 101 | 101101 |
Color Harmonies of #6D796F
Complementary color
Monochromatic Colors of #6D796F
Black with #6D796F
Text Example
Text Example
White with #6D796F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D796F; }
p { color: rgb(109,121,111); }
H1.HeaderClassName
{
color: #6D796F;
}
.AnyTagClassName
{
color: #6D796F;
}
</style>
background-color css
<style>
a { background-color: #6D796F; }
a { background-color: rgb(109,121,111); }
div.DivClassName
{
background-color: #6D796F;
}
.BgClassName
{
background-color: #6D796F;
}
</style>
border-color css
<style>
span { border-color: #6D796F; }
span { border-color: rgb(109,121,111); }
td.TdClassName
{
border-color: #6D796F;
}
.TagClassName
{
border-color: #6D796F;
}
</style>