Shades of Salt Box #6F5870
Tints of Salt Box #6F5870
RGB
CMYK
RGB Variations
Color information
#6F5870 (or 0x6F5870) is known color: Salt Box. HEX triplet: 6F, 58 and 70. RGB value is (111,88,112). Sum of RGB (Red+Green+Blue) = 111+88+112=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F5870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5870 is #90A78F. Grayscale: #616161. Windows color (decimal): -9480080 or 7362671. OLE color: 7362671.
HSL color Cylindrical-coordinate representation of color #6F5870: hue angle of 297.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F5870 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 112 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.56 |
| HSL | 297.5º | 0.12% | 0.39% | - |
| HSV(B) | 297.5º | 0.21% | 0.44% | - |
| XYZ | 12.97 | 11.53 | 16.87 | - |
| YUV | 97.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 112 | 0.01 | 0.21 | 0 | 0.56 | 297.5 | 0.12 | 0.39 |
| Hex | 6F | 58 | 70 | 1 | 15 | 0 | 38 | 12A | C | 27 |
| Octal | 157 | 130 | 160 | 1 | 25 | 0 | 70 | 452 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1110000 | 1 | 10101 | 0 | 111000 | 100101010 | 1100 | 100111 |
Color Harmonies of #6F5870
Complementary color
Monochromatic Colors of #6F5870
Black with #6F5870
Text Example
Text Example
White with #6F5870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5870; }
p { color: rgb(111,88,112); }
H1.HeaderClassName
{
color: #6F5870;
}
.AnyTagClassName
{
color: #6F5870;
}
</style>
background-color css
<style>
a { background-color: #6F5870; }
a { background-color: rgb(111,88,112); }
div.DivClassName
{
background-color: #6F5870;
}
.BgClassName
{
background-color: #6F5870;
}
</style>
border-color css
<style>
span { border-color: #6F5870; }
span { border-color: rgb(111,88,112); }
td.TdClassName
{
border-color: #6F5870;
}
.TagClassName
{
border-color: #6F5870;
}
</style>