Shades of Blue Smoke #6F8172
Tints of Blue Smoke #6F8172
RGB
CMYK
RGB Variations
Color information
#6F8172 (or 0x6F8172) is known color: Blue Smoke. HEX triplet: 6F, 81 and 72. RGB value is (111,129,114). Sum of RGB (Red+Green+Blue) = 111+129+114=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8172 is #907E8D. Grayscale: #797979. Windows color (decimal): -9469582 or 7504239. OLE color: 7504239.
HSL color Cylindrical-coordinate representation of color #6F8172: hue angle of 130º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F8172 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 114 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.49 |
| HSL | 130º | 0.08% | 0.47% | - |
| HSV(B) | 130º | 0.14% | 0.51% | - |
| XYZ | 17.44 | 20.29 | 18.92 | - |
| YUV | 121.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 114 | 0.14 | 0 | 0.12 | 0.49 | 130 | 0.08 | 0.47 |
| Hex | 6F | 81 | 72 | E | 0 | C | 31 | 82 | 8 | 2F |
| Octal | 157 | 201 | 162 | 16 | 0 | 14 | 61 | 202 | 10 | 57 |
| Binary | 1101111 | 10000001 | 1110010 | 1110 | 0 | 1100 | 110001 | 10000010 | 1000 | 101111 |
Color Harmonies of #6F8172
Complementary color
Monochromatic Colors of #6F8172
Black with #6F8172
Text Example
Text Example
White with #6F8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8172; }
p { color: rgb(111,129,114); }
H1.HeaderClassName
{
color: #6F8172;
}
.AnyTagClassName
{
color: #6F8172;
}
</style>
background-color css
<style>
a { background-color: #6F8172; }
a { background-color: rgb(111,129,114); }
div.DivClassName
{
background-color: #6F8172;
}
.BgClassName
{
background-color: #6F8172;
}
</style>
border-color css
<style>
span { border-color: #6F8172; }
span { border-color: rgb(111,129,114); }
td.TdClassName
{
border-color: #6F8172;
}
.TagClassName
{
border-color: #6F8172;
}
</style>