Shades of Salt Box #6F4E67
Tints of Salt Box #6F4E67
RGB
CMYK
RGB Variations
Color information
#6F4E67 (or 0x6F4E67) is known color: Salt Box. HEX triplet: 6F, 4E and 67. RGB value is (111,78,103). Sum of RGB (Red+Green+Blue) = 111+78+103=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4E67 is #90B198. Grayscale: #5A5A5A. Windows color (decimal): -9482649 or 6770287. OLE color: 6770287.
HSL color Cylindrical-coordinate representation of color #6F4E67: hue angle of 314.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F4E67 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 78 | 103 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.56 |
| HSL | 314.55º | 0.17% | 0.37% | - |
| HSV(B) | 314.55º | 0.3% | 0.44% | - |
| XYZ | 11.73 | 9.81 | 14.11 | - |
| YUV | 90.72 | 134.93 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 78 | 103 | 0 | 0.30 | 0.07 | 0.56 | 314.55 | 0.17 | 0.37 |
| Hex | 6F | 4E | 67 | 0 | 1E | 7 | 38 | 13B | 11 | 25 |
| Octal | 157 | 116 | 147 | 0 | 36 | 7 | 70 | 473 | 21 | 45 |
| Binary | 1101111 | 1001110 | 1100111 | 0 | 11110 | 111 | 111000 | 100111011 | 10001 | 100101 |
Color Harmonies of #6F4E67
Complementary color
Monochromatic Colors of #6F4E67
Black with #6F4E67
Text Example
Text Example
White with #6F4E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4E67; }
p { color: rgb(111,78,103); }
H1.HeaderClassName
{
color: #6F4E67;
}
.AnyTagClassName
{
color: #6F4E67;
}
</style>
background-color css
<style>
a { background-color: #6F4E67; }
a { background-color: rgb(111,78,103); }
div.DivClassName
{
background-color: #6F4E67;
}
.BgClassName
{
background-color: #6F4E67;
}
</style>
border-color css
<style>
span { border-color: #6F4E67; }
span { border-color: rgb(111,78,103); }
td.TdClassName
{
border-color: #6F4E67;
}
.TagClassName
{
border-color: #6F4E67;
}
</style>