Shades of Blue Smoke #6E8674
Tints of Blue Smoke #6E8674
RGB
CMYK
RGB Variations
Color information
#6E8674 (or 0x6E8674) is known color: Blue Smoke. HEX triplet: 6E, 86 and 74. RGB value is (110,134,116). Sum of RGB (Red+Green+Blue) = 110+134+116=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 134 - color contains mainly: green. Hex color #6E8674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8674 is #91798B. Grayscale: #7C7C7C. Windows color (decimal): -9533836 or 7636590. OLE color: 7636590.
HSL color Cylindrical-coordinate representation of color #6E8674: hue angle of 135º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6E8674 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 116 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.47 |
| HSL | 135º | 0.1% | 0.48% | - |
| HSV(B) | 135º | 0.18% | 0.53% | - |
| XYZ | 18.11 | 21.63 | 19.74 | - |
| YUV | 124.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 116 | 0.18 | 0 | 0.13 | 0.47 | 135 | 0.1 | 0.48 |
| Hex | 6E | 86 | 74 | 12 | 0 | D | 2F | 87 | A | 30 |
| Octal | 156 | 206 | 164 | 22 | 0 | 15 | 57 | 207 | 12 | 60 |
| Binary | 1101110 | 10000110 | 1110100 | 10010 | 0 | 1101 | 101111 | 10000111 | 1010 | 110000 |
Color Harmonies of #6E8674
Complementary color
Monochromatic Colors of #6E8674
Black with #6E8674
Text Example
Text Example
White with #6E8674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8674; }
p { color: rgb(110,134,116); }
H1.HeaderClassName
{
color: #6E8674;
}
.AnyTagClassName
{
color: #6E8674;
}
</style>
background-color css
<style>
a { background-color: #6E8674; }
a { background-color: rgb(110,134,116); }
div.DivClassName
{
background-color: #6E8674;
}
.BgClassName
{
background-color: #6E8674;
}
</style>
border-color css
<style>
span { border-color: #6E8674; }
span { border-color: rgb(110,134,116); }
td.TdClassName
{
border-color: #6E8674;
}
.TagClassName
{
border-color: #6E8674;
}
</style>