Shades of Salt Box #6F566E
Tints of Salt Box #6F566E
RGB
CMYK
RGB Variations
Color information
#6F566E (or 0x6F566E) is known color: Salt Box. HEX triplet: 6F, 56 and 6E. RGB value is (111,86,110). Sum of RGB (Red+Green+Blue) = 111+86+110=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F566E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F566E is #90A991. Grayscale: #606060. Windows color (decimal): -9480594 or 7231087. OLE color: 7231087.
HSL color Cylindrical-coordinate representation of color #6F566E: hue angle of 302.4º 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 #6F566E is Cyan = 0, Magento = 0.23, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 110 | - |
| CMYK | 0 | 0.23 | 0.01 | 0.56 |
| HSL | 302.4º | 0.13% | 0.39% | - |
| HSV(B) | 302.4º | 0.23% | 0.44% | - |
| XYZ | 12.7 | 11.16 | 16.24 | - |
| YUV | 96.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 110 | 0 | 0.23 | 0.01 | 0.56 | 302.4 | 0.13 | 0.39 |
| Hex | 6F | 56 | 6E | 0 | 17 | 1 | 38 | 12E | D | 27 |
| Octal | 157 | 126 | 156 | 0 | 27 | 1 | 70 | 456 | 15 | 47 |
| Binary | 1101111 | 1010110 | 1101110 | 0 | 10111 | 1 | 111000 | 100101110 | 1101 | 100111 |
Color Harmonies of #6F566E
Complementary color
Monochromatic Colors of #6F566E
Black with #6F566E
Text Example
Text Example
White with #6F566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F566E; }
p { color: rgb(111,86,110); }
H1.HeaderClassName
{
color: #6F566E;
}
.AnyTagClassName
{
color: #6F566E;
}
</style>
background-color css
<style>
a { background-color: #6F566E; }
a { background-color: rgb(111,86,110); }
div.DivClassName
{
background-color: #6F566E;
}
.BgClassName
{
background-color: #6F566E;
}
</style>
border-color css
<style>
span { border-color: #6F566E; }
span { border-color: rgb(111,86,110); }
td.TdClassName
{
border-color: #6F566E;
}
.TagClassName
{
border-color: #6F566E;
}
</style>