Shades of Salt Box #6F566C
Tints of Salt Box #6F566C
RGB
CMYK
RGB Variations
Color information
#6F566C (or 0x6F566C) is known color: Salt Box. HEX triplet: 6F, 56 and 6C. RGB value is (111,86,108). Sum of RGB (Red+Green+Blue) = 111+86+108=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F566C is #90A993. Grayscale: #5F5F5F. Windows color (decimal): -9480596 or 7100015. OLE color: 7100015.
HSL color Cylindrical-coordinate representation of color #6F566C: hue angle of 307.2º 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 #6F566C is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 108 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.56 |
| HSL | 307.2º | 0.13% | 0.39% | - |
| HSV(B) | 307.2º | 0.23% | 0.44% | - |
| XYZ | 12.59 | 11.12 | 15.67 | - |
| YUV | 95.98 | 134.78 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 108 | 0 | 0.23 | 0.03 | 0.56 | 307.2 | 0.13 | 0.39 |
| Hex | 6F | 56 | 6C | 0 | 17 | 3 | 38 | 133 | D | 27 |
| Octal | 157 | 126 | 154 | 0 | 27 | 3 | 70 | 463 | 15 | 47 |
| Binary | 1101111 | 1010110 | 1101100 | 0 | 10111 | 11 | 111000 | 100110011 | 1101 | 100111 |
Color Harmonies of #6F566C
Complementary color
Monochromatic Colors of #6F566C
Black with #6F566C
Text Example
Text Example
White with #6F566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F566C; }
p { color: rgb(111,86,108); }
H1.HeaderClassName
{
color: #6F566C;
}
.AnyTagClassName
{
color: #6F566C;
}
</style>
background-color css
<style>
a { background-color: #6F566C; }
a { background-color: rgb(111,86,108); }
div.DivClassName
{
background-color: #6F566C;
}
.BgClassName
{
background-color: #6F566C;
}
</style>
border-color css
<style>
span { border-color: #6F566C; }
span { border-color: rgb(111,86,108); }
td.TdClassName
{
border-color: #6F566C;
}
.TagClassName
{
border-color: #6F566C;
}
</style>