Shades of Blue Smoke #6F7F72
Tints of Blue Smoke #6F7F72
RGB
CMYK
RGB Variations
Color information
#6F7F72 (or 0x6F7F72) is known color: Blue Smoke. HEX triplet: 6F, 7F and 72. RGB value is (111,127,114). Sum of RGB (Red+Green+Blue) = 111+127+114=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 114 (44.92% from 255 or 32.39% from 352); Max value from RGB is 127 - color contains mainly: green. Hex color #6F7F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7F72 is #90808D. Grayscale: #787878. Windows color (decimal): -9470094 or 7503727. OLE color: 7503727.
HSL color Cylindrical-coordinate representation of color #6F7F72: hue angle of 131.25º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7F72 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 111 | 127 | 114 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.50 |
| HSL | 131.25º | 0.07% | 0.47% | - |
| HSV(B) | 131.25º | 0.13% | 0.5% | - |
| XYZ | 17.18 | 19.77 | 18.83 | - |
| YUV | 120.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 114 | 0.13 | 0 | 0.10 | 0.50 | 131.25 | 0.07 | 0.47 |
| Hex | 6F | 7F | 72 | D | 0 | A | 32 | 83 | 7 | 2F |
| Octal | 157 | 177 | 162 | 15 | 0 | 12 | 62 | 203 | 7 | 57 |
| Binary | 1101111 | 1111111 | 1110010 | 1101 | 0 | 1010 | 110010 | 10000011 | 111 | 101111 |
Color Harmonies of #6F7F72
Complementary color
Monochromatic Colors of #6F7F72
Black with #6F7F72
Text Example
Text Example
White with #6F7F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7F72; }
p { color: rgb(111,127,114); }
H1.HeaderClassName
{
color: #6F7F72;
}
.AnyTagClassName
{
color: #6F7F72;
}
</style>
background-color css
<style>
a { background-color: #6F7F72; }
a { background-color: rgb(111,127,114); }
div.DivClassName
{
background-color: #6F7F72;
}
.BgClassName
{
background-color: #6F7F72;
}
</style>
border-color css
<style>
span { border-color: #6F7F72; }
span { border-color: rgb(111,127,114); }
td.TdClassName
{
border-color: #6F7F72;
}
.TagClassName
{
border-color: #6F7F72;
}
</style>