Shades of Blue Smoke #6F7B71
Tints of Blue Smoke #6F7B71
RGB
CMYK
RGB Variations
Color information
#6F7B71 (or 0x6F7B71) is known color: Blue Smoke. HEX triplet: 6F, 7B and 71. RGB value is (111,123,113). Sum of RGB (Red+Green+Blue) = 111+123+113=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 123 - color contains mainly: green. Hex color #6F7B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7B71 is #90848E. Grayscale: #767676. Windows color (decimal): -9471119 or 7437167. OLE color: 7437167.
HSL color Cylindrical-coordinate representation of color #6F7B71: hue angle of 130º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6F7B71 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 111 | 123 | 113 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.52 |
| HSL | 130º | 0.05% | 0.46% | - |
| HSV(B) | 130º | 0.1% | 0.48% | - |
| XYZ | 16.62 | 18.74 | 18.36 | - |
| YUV | 118.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 123 | 113 | 0.10 | 0 | 0.08 | 0.52 | 130 | 0.05 | 0.46 |
| Hex | 6F | 7B | 71 | A | 0 | 8 | 34 | 82 | 5 | 2E |
| Octal | 157 | 173 | 161 | 12 | 0 | 10 | 64 | 202 | 5 | 56 |
| Binary | 1101111 | 1111011 | 1110001 | 1010 | 0 | 1000 | 110100 | 10000010 | 101 | 101110 |
Color Harmonies of #6F7B71
Complementary color
Monochromatic Colors of #6F7B71
Black with #6F7B71
Text Example
Text Example
White with #6F7B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7B71; }
p { color: rgb(111,123,113); }
H1.HeaderClassName
{
color: #6F7B71;
}
.AnyTagClassName
{
color: #6F7B71;
}
</style>
background-color css
<style>
a { background-color: #6F7B71; }
a { background-color: rgb(111,123,113); }
div.DivClassName
{
background-color: #6F7B71;
}
.BgClassName
{
background-color: #6F7B71;
}
</style>
border-color css
<style>
span { border-color: #6F7B71; }
span { border-color: rgb(111,123,113); }
td.TdClassName
{
border-color: #6F7B71;
}
.TagClassName
{
border-color: #6F7B71;
}
</style>