Shades of Blue Smoke #6C8674
Tints of Blue Smoke #6C8674
RGB
CMYK
RGB Variations
Color information
#6C8674 (or 0x6C8674) is known color: Blue Smoke. HEX triplet: 6C, 86 and 74. RGB value is (108,134,116). Sum of RGB (Red+Green+Blue) = 108+134+116=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #6C8674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8674 is #93798B. Grayscale: #7C7C7C. Windows color (decimal): -9664908 or 7636588. OLE color: 7636588.
HSL color Cylindrical-coordinate representation of color #6C8674: hue angle of 138.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6C8674 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 134 | 116 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.47 |
| HSL | 138.46º | 0.11% | 0.47% | - |
| HSV(B) | 138.46º | 0.19% | 0.53% | - |
| XYZ | 17.86 | 21.5 | 19.73 | - |
| YUV | 124.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 116 | 0.19 | 0 | 0.13 | 0.47 | 138.46 | 0.11 | 0.47 |
| Hex | 6C | 86 | 74 | 13 | 0 | D | 2F | 8A | B | 2F |
| Octal | 154 | 206 | 164 | 23 | 0 | 15 | 57 | 212 | 13 | 57 |
| Binary | 1101100 | 10000110 | 1110100 | 10011 | 0 | 1101 | 101111 | 10001010 | 1011 | 101111 |
Color Harmonies of #6C8674
Complementary color
Monochromatic Colors of #6C8674
Black with #6C8674
Text Example
Text Example
White with #6C8674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8674; }
p { color: rgb(108,134,116); }
H1.HeaderClassName
{
color: #6C8674;
}
.AnyTagClassName
{
color: #6C8674;
}
</style>
background-color css
<style>
a { background-color: #6C8674; }
a { background-color: rgb(108,134,116); }
div.DivClassName
{
background-color: #6C8674;
}
.BgClassName
{
background-color: #6C8674;
}
</style>
border-color css
<style>
span { border-color: #6C8674; }
span { border-color: rgb(108,134,116); }
td.TdClassName
{
border-color: #6C8674;
}
.TagClassName
{
border-color: #6C8674;
}
</style>