Shades of Salt Box #6F4667
Tints of Salt Box #6F4667
RGB
CMYK
RGB Variations
Color information
#6F4667 (or 0x6F4667) is known color: Salt Box. HEX triplet: 6F, 46 and 67. RGB value is (111,70,103). Sum of RGB (Red+Green+Blue) = 111+70+103=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4667 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4667 is #90B998. Grayscale: #555555. Windows color (decimal): -9484697 or 6768239. OLE color: 6768239.
HSL color Cylindrical-coordinate representation of color #6F4667: hue angle of 311.71º 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 #6F4667 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 103 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.56 |
| HSL | 311.71º | 0.23% | 0.35% | - |
| HSV(B) | 311.71º | 0.37% | 0.44% | - |
| XYZ | 11.19 | 8.74 | 13.93 | - |
| YUV | 86.02 | 137.58 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 103 | 0 | 0.37 | 0.07 | 0.56 | 311.71 | 0.23 | 0.35 |
| Hex | 6F | 46 | 67 | 0 | 25 | 7 | 38 | 138 | 17 | 23 |
| Octal | 157 | 106 | 147 | 0 | 45 | 7 | 70 | 470 | 27 | 43 |
| Binary | 1101111 | 1000110 | 1100111 | 0 | 100101 | 111 | 111000 | 100111000 | 10111 | 100011 |
Color Harmonies of #6F4667
Complementary color
Monochromatic Colors of #6F4667
Black with #6F4667
Text Example
Text Example
White with #6F4667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4667; }
p { color: rgb(111,70,103); }
H1.HeaderClassName
{
color: #6F4667;
}
.AnyTagClassName
{
color: #6F4667;
}
</style>
background-color css
<style>
a { background-color: #6F4667; }
a { background-color: rgb(111,70,103); }
div.DivClassName
{
background-color: #6F4667;
}
.BgClassName
{
background-color: #6F4667;
}
</style>
border-color css
<style>
span { border-color: #6F4667; }
span { border-color: rgb(111,70,103); }
td.TdClassName
{
border-color: #6F4667;
}
.TagClassName
{
border-color: #6F4667;
}
</style>