Shades of Salt Box #6F4B65
Tints of Salt Box #6F4B65
RGB
CMYK
RGB Variations
Color information
#6F4B65 (or 0x6F4B65) is known color: Salt Box. HEX triplet: 6F, 4B and 65. RGB value is (111,75,101). Sum of RGB (Red+Green+Blue) = 111+75+101=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B65 is #90B49A. Grayscale: #585858. Windows color (decimal): -9483419 or 6638447. OLE color: 6638447.
HSL color Cylindrical-coordinate representation of color #6F4B65: hue angle of 316.67º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4B65 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 75 | 101 | - |
| CMYK | 0 | 0.32 | 0.09 | 0.56 |
| HSL | 316.67º | 0.19% | 0.36% | - |
| HSV(B) | 316.67º | 0.32% | 0.44% | - |
| XYZ | 11.42 | 9.35 | 13.51 | - |
| YUV | 88.73 | 134.93 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 75 | 101 | 0 | 0.32 | 0.09 | 0.56 | 316.67 | 0.19 | 0.36 |
| Hex | 6F | 4B | 65 | 0 | 20 | 9 | 38 | 13D | 13 | 24 |
| Octal | 157 | 113 | 145 | 0 | 40 | 11 | 70 | 475 | 23 | 44 |
| Binary | 1101111 | 1001011 | 1100101 | 0 | 100000 | 1001 | 111000 | 100111101 | 10011 | 100100 |
Color Harmonies of #6F4B65
Complementary color
Monochromatic Colors of #6F4B65
Black with #6F4B65
Text Example
Text Example
White with #6F4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B65; }
p { color: rgb(111,75,101); }
H1.HeaderClassName
{
color: #6F4B65;
}
.AnyTagClassName
{
color: #6F4B65;
}
</style>
background-color css
<style>
a { background-color: #6F4B65; }
a { background-color: rgb(111,75,101); }
div.DivClassName
{
background-color: #6F4B65;
}
.BgClassName
{
background-color: #6F4B65;
}
</style>
border-color css
<style>
span { border-color: #6F4B65; }
span { border-color: rgb(111,75,101); }
td.TdClassName
{
border-color: #6F4B65;
}
.TagClassName
{
border-color: #6F4B65;
}
</style>