Shades of Blue Smoke #6F7E72
Tints of Blue Smoke #6F7E72
RGB
CMYK
RGB Variations
Color information
#6F7E72 (or 0x6F7E72) is known color: Blue Smoke. HEX triplet: 6F, 7E and 72. RGB value is (111,126,114). Sum of RGB (Red+Green+Blue) = 111+126+114=351 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.62% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 126 - color contains mainly: green. Hex color #6F7E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7E72 is #90818D. Grayscale: #787878. Windows color (decimal): -9470350 or 7503471. OLE color: 7503471.
HSL color Cylindrical-coordinate representation of color #6F7E72: hue angle of 132º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6F7E72 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 126 | 114 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.51 |
| HSL | 132º | 0.06% | 0.46% | - |
| HSV(B) | 132º | 0.12% | 0.49% | - |
| XYZ | 17.05 | 19.52 | 18.79 | - |
| YUV | 120.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 126 | 114 | 0.12 | 0 | 0.10 | 0.51 | 132 | 0.06 | 0.46 |
| Hex | 6F | 7E | 72 | C | 0 | A | 33 | 84 | 6 | 2E |
| Octal | 157 | 176 | 162 | 14 | 0 | 12 | 63 | 204 | 6 | 56 |
| Binary | 1101111 | 1111110 | 1110010 | 1100 | 0 | 1010 | 110011 | 10000100 | 110 | 101110 |
Color Harmonies of #6F7E72
Complementary color
Monochromatic Colors of #6F7E72
Black with #6F7E72
Text Example
Text Example
White with #6F7E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7E72; }
p { color: rgb(111,126,114); }
H1.HeaderClassName
{
color: #6F7E72;
}
.AnyTagClassName
{
color: #6F7E72;
}
</style>
background-color css
<style>
a { background-color: #6F7E72; }
a { background-color: rgb(111,126,114); }
div.DivClassName
{
background-color: #6F7E72;
}
.BgClassName
{
background-color: #6F7E72;
}
</style>
border-color css
<style>
span { border-color: #6F7E72; }
span { border-color: rgb(111,126,114); }
td.TdClassName
{
border-color: #6F7E72;
}
.TagClassName
{
border-color: #6F7E72;
}
</style>