Shades of Blue Smoke #6E7A70
Tints of Blue Smoke #6E7A70
RGB
CMYK
RGB Variations
Color information
#6E7A70 (or 0x6E7A70) is known color: Blue Smoke. HEX triplet: 6E, 7A and 70. RGB value is (110,122,112). Sum of RGB (Red+Green+Blue) = 110+122+112=344 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.98% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7A70 is #91858F. Grayscale: #757575. Windows color (decimal): -9536912 or 7371374. OLE color: 7371374.
HSL color Cylindrical-coordinate representation of color #6E7A70: hue angle of 130º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6E7A70 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 112 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.52 |
| HSL | 130º | 0.05% | 0.45% | - |
| HSV(B) | 130º | 0.1% | 0.48% | - |
| XYZ | 16.31 | 18.4 | 18.02 | - |
| YUV | 117.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 112 | 0.10 | 0 | 0.08 | 0.52 | 130 | 0.05 | 0.45 |
| Hex | 6E | 7A | 70 | A | 0 | 8 | 34 | 82 | 5 | 2D |
| Octal | 156 | 172 | 160 | 12 | 0 | 10 | 64 | 202 | 5 | 55 |
| Binary | 1101110 | 1111010 | 1110000 | 1010 | 0 | 1000 | 110100 | 10000010 | 101 | 101101 |
Color Harmonies of #6E7A70
Complementary color
Monochromatic Colors of #6E7A70
Black with #6E7A70
Text Example
Text Example
White with #6E7A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A70; }
p { color: rgb(110,122,112); }
H1.HeaderClassName
{
color: #6E7A70;
}
.AnyTagClassName
{
color: #6E7A70;
}
</style>
background-color css
<style>
a { background-color: #6E7A70; }
a { background-color: rgb(110,122,112); }
div.DivClassName
{
background-color: #6E7A70;
}
.BgClassName
{
background-color: #6E7A70;
}
</style>
border-color css
<style>
span { border-color: #6E7A70; }
span { border-color: rgb(110,122,112); }
td.TdClassName
{
border-color: #6E7A70;
}
.TagClassName
{
border-color: #6E7A70;
}
</style>