Shades of Salt Box #6F5568
Tints of Salt Box #6F5568
RGB
CMYK
RGB Variations
Color information
#6F5568 (or 0x6F5568) is known color: Salt Box. HEX triplet: 6F, 55 and 68. RGB value is (111,85,104). Sum of RGB (Red+Green+Blue) = 111+85+104=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5568 is #90AA97. Grayscale: #5E5E5E. Windows color (decimal): -9480856 or 6837615. OLE color: 6837615.
HSL color Cylindrical-coordinate representation of color #6F5568: hue angle of 316.15º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F5568 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 85 | 104 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.56 |
| HSL | 316.15º | 0.13% | 0.38% | - |
| HSV(B) | 316.15º | 0.23% | 0.44% | - |
| XYZ | 12.3 | 10.88 | 14.55 | - |
| YUV | 94.94 | 133.11 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 85 | 104 | 0 | 0.23 | 0.06 | 0.56 | 316.15 | 0.13 | 0.38 |
| Hex | 6F | 55 | 68 | 0 | 17 | 6 | 38 | 13C | D | 26 |
| Octal | 157 | 125 | 150 | 0 | 27 | 6 | 70 | 474 | 15 | 46 |
| Binary | 1101111 | 1010101 | 1101000 | 0 | 10111 | 110 | 111000 | 100111100 | 1101 | 100110 |
Color Harmonies of #6F5568
Complementary color
Monochromatic Colors of #6F5568
Black with #6F5568
Text Example
Text Example
White with #6F5568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5568; }
p { color: rgb(111,85,104); }
H1.HeaderClassName
{
color: #6F5568;
}
.AnyTagClassName
{
color: #6F5568;
}
</style>
background-color css
<style>
a { background-color: #6F5568; }
a { background-color: rgb(111,85,104); }
div.DivClassName
{
background-color: #6F5568;
}
.BgClassName
{
background-color: #6F5568;
}
</style>
border-color css
<style>
span { border-color: #6F5568; }
span { border-color: rgb(111,85,104); }
td.TdClassName
{
border-color: #6F5568;
}
.TagClassName
{
border-color: #6F5568;
}
</style>