Shades of Blue Smoke #6F8174
Tints of Blue Smoke #6F8174
RGB
CMYK
RGB Variations
Color information
#6F8174 (or 0x6F8174) is known color: Blue Smoke. HEX triplet: 6F, 81 and 74. RGB value is (111,129,116). Sum of RGB (Red+Green+Blue) = 111+129+116=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 129 - color contains mainly: green. Hex color #6F8174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8174 is #907E8B. Grayscale: #7A7A7A. Windows color (decimal): -9469580 or 7635311. OLE color: 7635311.
HSL color Cylindrical-coordinate representation of color #6F8174: hue angle of 136.67º 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 #6F8174 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 129 | 116 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.49 |
| HSL | 136.67º | 0.08% | 0.47% | - |
| HSV(B) | 136.67º | 0.14% | 0.51% | - |
| XYZ | 17.56 | 20.34 | 19.52 | - |
| YUV | 122.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 116 | 0.14 | 0 | 0.10 | 0.49 | 136.67 | 0.08 | 0.47 |
| Hex | 6F | 81 | 74 | E | 0 | A | 31 | 89 | 8 | 2F |
| Octal | 157 | 201 | 164 | 16 | 0 | 12 | 61 | 211 | 10 | 57 |
| Binary | 1101111 | 10000001 | 1110100 | 1110 | 0 | 1010 | 110001 | 10001001 | 1000 | 101111 |
Color Harmonies of #6F8174
Complementary color
Monochromatic Colors of #6F8174
Black with #6F8174
Text Example
Text Example
White with #6F8174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8174; }
p { color: rgb(111,129,116); }
H1.HeaderClassName
{
color: #6F8174;
}
.AnyTagClassName
{
color: #6F8174;
}
</style>
background-color css
<style>
a { background-color: #6F8174; }
a { background-color: rgb(111,129,116); }
div.DivClassName
{
background-color: #6F8174;
}
.BgClassName
{
background-color: #6F8174;
}
</style>
border-color css
<style>
span { border-color: #6F8174; }
span { border-color: rgb(111,129,116); }
td.TdClassName
{
border-color: #6F8174;
}
.TagClassName
{
border-color: #6F8174;
}
</style>