Shades of Salt Box #6F5867
Tints of Salt Box #6F5867
RGB
CMYK
RGB Variations
Color information
#6F5867 (or 0x6F5867) is known color: Salt Box. HEX triplet: 6F, 58 and 67. RGB value is (111,88,103). Sum of RGB (Red+Green+Blue) = 111+88+103=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5867 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5867 is #90A798. Grayscale: #606060. Windows color (decimal): -9480089 or 6772847. OLE color: 6772847.
HSL color Cylindrical-coordinate representation of color #6F5867: hue angle of 320.87º 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 #6F5867 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 103 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.56 |
| HSL | 320.87º | 0.12% | 0.39% | - |
| HSV(B) | 320.87º | 0.21% | 0.44% | - |
| XYZ | 12.49 | 11.34 | 14.36 | - |
| YUV | 96.59 | 131.62 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 103 | 0 | 0.21 | 0.07 | 0.56 | 320.87 | 0.12 | 0.39 |
| Hex | 6F | 58 | 67 | 0 | 15 | 7 | 38 | 141 | C | 27 |
| Octal | 157 | 130 | 147 | 0 | 25 | 7 | 70 | 501 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1100111 | 0 | 10101 | 111 | 111000 | 101000001 | 1100 | 100111 |
Color Harmonies of #6F5867
Complementary color
Monochromatic Colors of #6F5867
Black with #6F5867
Text Example
Text Example
White with #6F5867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5867; }
p { color: rgb(111,88,103); }
H1.HeaderClassName
{
color: #6F5867;
}
.AnyTagClassName
{
color: #6F5867;
}
</style>
background-color css
<style>
a { background-color: #6F5867; }
a { background-color: rgb(111,88,103); }
div.DivClassName
{
background-color: #6F5867;
}
.BgClassName
{
background-color: #6F5867;
}
</style>
border-color css
<style>
span { border-color: #6F5867; }
span { border-color: rgb(111,88,103); }
td.TdClassName
{
border-color: #6F5867;
}
.TagClassName
{
border-color: #6F5867;
}
</style>