Shades of Salt Box #6F4666
Tints of Salt Box #6F4666
RGB
CMYK
RGB Variations
Color information
#6F4666 (or 0x6F4666) is known color: Salt Box. HEX triplet: 6F, 46 and 66. RGB value is (111,70,102). Sum of RGB (Red+Green+Blue) = 111+70+102=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4666 is #90B999. Grayscale: #555555. Windows color (decimal): -9484698 or 6702703. OLE color: 6702703.
HSL color Cylindrical-coordinate representation of color #6F4666: hue angle of 313.17º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F4666 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 102 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.56 |
| HSL | 313.17º | 0.23% | 0.35% | - |
| HSV(B) | 313.17º | 0.37% | 0.44% | - |
| XYZ | 11.14 | 8.72 | 13.67 | - |
| YUV | 85.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 102 | 0 | 0.37 | 0.08 | 0.56 | 313.17 | 0.23 | 0.35 |
| Hex | 6F | 46 | 66 | 0 | 25 | 8 | 38 | 139 | 17 | 23 |
| Octal | 157 | 106 | 146 | 0 | 45 | 10 | 70 | 471 | 27 | 43 |
| Binary | 1101111 | 1000110 | 1100110 | 0 | 100101 | 1000 | 111000 | 100111001 | 10111 | 100011 |
Color Harmonies of #6F4666
Complementary color
Monochromatic Colors of #6F4666
Black with #6F4666
Text Example
Text Example
White with #6F4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4666; }
p { color: rgb(111,70,102); }
H1.HeaderClassName
{
color: #6F4666;
}
.AnyTagClassName
{
color: #6F4666;
}
</style>
background-color css
<style>
a { background-color: #6F4666; }
a { background-color: rgb(111,70,102); }
div.DivClassName
{
background-color: #6F4666;
}
.BgClassName
{
background-color: #6F4666;
}
</style>
border-color css
<style>
span { border-color: #6F4666; }
span { border-color: rgb(111,70,102); }
td.TdClassName
{
border-color: #6F4666;
}
.TagClassName
{
border-color: #6F4666;
}
</style>