Shades of Salt Box #6F596B
Tints of Salt Box #6F596B
RGB
CMYK
RGB Variations
Color information
#6F596B (or 0x6F596B) is known color: Salt Box. HEX triplet: 6F, 59 and 6B. RGB value is (111,89,107). Sum of RGB (Red+Green+Blue) = 111+89+107=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F596B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F596B is #90A694. Grayscale: #616161. Windows color (decimal): -9479829 or 7035247. OLE color: 7035247.
HSL color Cylindrical-coordinate representation of color #6F596B: hue angle of 310.91º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F596B is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 107 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.56 |
| HSL | 310.91º | 0.11% | 0.39% | - |
| HSV(B) | 310.91º | 0.2% | 0.44% | - |
| XYZ | 12.78 | 11.59 | 15.47 | - |
| YUV | 97.63 | 133.29 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 107 | 0 | 0.20 | 0.04 | 0.56 | 310.91 | 0.11 | 0.39 |
| Hex | 6F | 59 | 6B | 0 | 14 | 4 | 38 | 137 | B | 27 |
| Octal | 157 | 131 | 153 | 0 | 24 | 4 | 70 | 467 | 13 | 47 |
| Binary | 1101111 | 1011001 | 1101011 | 0 | 10100 | 100 | 111000 | 100110111 | 1011 | 100111 |
Color Harmonies of #6F596B
Complementary color
Monochromatic Colors of #6F596B
Black with #6F596B
Text Example
Text Example
White with #6F596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F596B; }
p { color: rgb(111,89,107); }
H1.HeaderClassName
{
color: #6F596B;
}
.AnyTagClassName
{
color: #6F596B;
}
</style>
background-color css
<style>
a { background-color: #6F596B; }
a { background-color: rgb(111,89,107); }
div.DivClassName
{
background-color: #6F596B;
}
.BgClassName
{
background-color: #6F596B;
}
</style>
border-color css
<style>
span { border-color: #6F596B; }
span { border-color: rgb(111,89,107); }
td.TdClassName
{
border-color: #6F596B;
}
.TagClassName
{
border-color: #6F596B;
}
</style>