Shades of Blue Smoke #6C756D
Tints of Blue Smoke #6C756D
RGB
CMYK
RGB Variations
Color information
#6C756D (or 0x6C756D) is known color: Blue Smoke. HEX triplet: 6C, 75 and 6D. RGB value is (108,117,109). Sum of RGB (Red+Green+Blue) = 108+117+109=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 117 - color contains mainly: green. Hex color #6C756D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C756D is #938A92. Grayscale: #717171. Windows color (decimal): -9669267 or 7173484. OLE color: 7173484.
HSL color Cylindrical-coordinate representation of color #6C756D: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6C756D is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 117 | 109 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.54 |
| HSL | 126.67º | 0.04% | 0.44% | - |
| HSV(B) | 126.67º | 0.08% | 0.46% | - |
| XYZ | 15.31 | 17.01 | 16.95 | - |
| YUV | 113.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 117 | 109 | 0.08 | 0 | 0.07 | 0.54 | 126.67 | 0.04 | 0.44 |
| Hex | 6C | 75 | 6D | 8 | 0 | 7 | 36 | 7F | 4 | 2C |
| Octal | 154 | 165 | 155 | 10 | 0 | 7 | 66 | 177 | 4 | 54 |
| Binary | 1101100 | 1110101 | 1101101 | 1000 | 0 | 111 | 110110 | 1111111 | 100 | 101100 |
Color Harmonies of #6C756D
Complementary color
Monochromatic Colors of #6C756D
Black with #6C756D
Text Example
Text Example
White with #6C756D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C756D; }
p { color: rgb(108,117,109); }
H1.HeaderClassName
{
color: #6C756D;
}
.AnyTagClassName
{
color: #6C756D;
}
</style>
background-color css
<style>
a { background-color: #6C756D; }
a { background-color: rgb(108,117,109); }
div.DivClassName
{
background-color: #6C756D;
}
.BgClassName
{
background-color: #6C756D;
}
</style>
border-color css
<style>
span { border-color: #6C756D; }
span { border-color: rgb(108,117,109); }
td.TdClassName
{
border-color: #6C756D;
}
.TagClassName
{
border-color: #6C756D;
}
</style>