Shades of Salt Box #6F5869
Tints of Salt Box #6F5869
RGB
CMYK
RGB Variations
Color information
#6F5869 (or 0x6F5869) is known color: Salt Box. HEX triplet: 6F, 58 and 69. RGB value is (111,88,105). Sum of RGB (Red+Green+Blue) = 111+88+105=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5869 is #90A796. Grayscale: #606060. Windows color (decimal): -9480087 or 6903919. OLE color: 6903919.
HSL color Cylindrical-coordinate representation of color #6F5869: hue angle of 315.65º 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 #6F5869 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 105 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.56 |
| HSL | 315.65º | 0.12% | 0.39% | - |
| HSV(B) | 315.65º | 0.21% | 0.44% | - |
| XYZ | 12.6 | 11.38 | 14.9 | - |
| YUV | 96.82 | 132.62 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 105 | 0 | 0.21 | 0.05 | 0.56 | 315.65 | 0.12 | 0.39 |
| Hex | 6F | 58 | 69 | 0 | 15 | 5 | 38 | 13C | C | 27 |
| Octal | 157 | 130 | 151 | 0 | 25 | 5 | 70 | 474 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1101001 | 0 | 10101 | 101 | 111000 | 100111100 | 1100 | 100111 |
Color Harmonies of #6F5869
Complementary color
Monochromatic Colors of #6F5869
Black with #6F5869
Text Example
Text Example
White with #6F5869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5869; }
p { color: rgb(111,88,105); }
H1.HeaderClassName
{
color: #6F5869;
}
.AnyTagClassName
{
color: #6F5869;
}
</style>
background-color css
<style>
a { background-color: #6F5869; }
a { background-color: rgb(111,88,105); }
div.DivClassName
{
background-color: #6F5869;
}
.BgClassName
{
background-color: #6F5869;
}
</style>
border-color css
<style>
span { border-color: #6F5869; }
span { border-color: rgb(111,88,105); }
td.TdClassName
{
border-color: #6F5869;
}
.TagClassName
{
border-color: #6F5869;
}
</style>