Shades of Salt Box #6F566B
Tints of Salt Box #6F566B
RGB
CMYK
RGB Variations
Color information
#6F566B (or 0x6F566B) is known color: Salt Box. HEX triplet: 6F, 56 and 6B. RGB value is (111,86,107). Sum of RGB (Red+Green+Blue) = 111+86+107=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F566B is #90A994. Grayscale: #5F5F5F. Windows color (decimal): -9480597 or 7034479. OLE color: 7034479.
HSL color Cylindrical-coordinate representation of color #6F566B: hue angle of 309.6º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F566B is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 107 | - |
| CMYK | 0 | 0.23 | 0.04 | 0.56 |
| HSL | 309.6º | 0.13% | 0.39% | - |
| HSV(B) | 309.6º | 0.23% | 0.44% | - |
| XYZ | 12.54 | 11.1 | 15.39 | - |
| YUV | 95.87 | 134.28 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 107 | 0 | 0.23 | 0.04 | 0.56 | 309.6 | 0.13 | 0.39 |
| Hex | 6F | 56 | 6B | 0 | 17 | 4 | 38 | 136 | D | 27 |
| Octal | 157 | 126 | 153 | 0 | 27 | 4 | 70 | 466 | 15 | 47 |
| Binary | 1101111 | 1010110 | 1101011 | 0 | 10111 | 100 | 111000 | 100110110 | 1101 | 100111 |
Color Harmonies of #6F566B
Complementary color
Monochromatic Colors of #6F566B
Black with #6F566B
Text Example
Text Example
White with #6F566B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F566B; }
p { color: rgb(111,86,107); }
H1.HeaderClassName
{
color: #6F566B;
}
.AnyTagClassName
{
color: #6F566B;
}
</style>
background-color css
<style>
a { background-color: #6F566B; }
a { background-color: rgb(111,86,107); }
div.DivClassName
{
background-color: #6F566B;
}
.BgClassName
{
background-color: #6F566B;
}
</style>
border-color css
<style>
span { border-color: #6F566B; }
span { border-color: rgb(111,86,107); }
td.TdClassName
{
border-color: #6F566B;
}
.TagClassName
{
border-color: #6F566B;
}
</style>