Shades of Blue Smoke #6E7B71
Tints of Blue Smoke #6E7B71
RGB
CMYK
RGB Variations
Color information
#6E7B71 (or 0x6E7B71) is known color: Blue Smoke. HEX triplet: 6E, 7B and 71. RGB value is (110,123,113). Sum of RGB (Red+Green+Blue) = 110+123+113=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 123 (48.44% from 255 or 35.55% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 123 - color contains mainly: green. Hex color #6E7B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7B71 is #91848E. Grayscale: #767676. Windows color (decimal): -9536655 or 7437166. OLE color: 7437166.
HSL color Cylindrical-coordinate representation of color #6E7B71: hue angle of 133.85º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E7B71 is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 123 | 113 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.52 |
| HSL | 133.85º | 0.06% | 0.46% | - |
| HSV(B) | 133.85º | 0.11% | 0.48% | - |
| XYZ | 16.49 | 18.67 | 18.36 | - |
| YUV | 117.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 123 | 113 | 0.11 | 0 | 0.08 | 0.52 | 133.85 | 0.06 | 0.46 |
| Hex | 6E | 7B | 71 | B | 0 | 8 | 34 | 86 | 6 | 2E |
| Octal | 156 | 173 | 161 | 13 | 0 | 10 | 64 | 206 | 6 | 56 |
| Binary | 1101110 | 1111011 | 1110001 | 1011 | 0 | 1000 | 110100 | 10000110 | 110 | 101110 |
Color Harmonies of #6E7B71
Complementary color
Monochromatic Colors of #6E7B71
Black with #6E7B71
Text Example
Text Example
White with #6E7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7B71; }
p { color: rgb(110,123,113); }
H1.HeaderClassName
{
color: #6E7B71;
}
.AnyTagClassName
{
color: #6E7B71;
}
</style>
background-color css
<style>
a { background-color: #6E7B71; }
a { background-color: rgb(110,123,113); }
div.DivClassName
{
background-color: #6E7B71;
}
.BgClassName
{
background-color: #6E7B71;
}
</style>
border-color css
<style>
span { border-color: #6E7B71; }
span { border-color: rgb(110,123,113); }
td.TdClassName
{
border-color: #6E7B71;
}
.TagClassName
{
border-color: #6E7B71;
}
</style>