Shades of Salt Box #6F4F6B
Tints of Salt Box #6F4F6B
RGB
CMYK
RGB Variations
Color information
#6F4F6B (or 0x6F4F6B) is known color: Salt Box. HEX triplet: 6F, 4F and 6B. RGB value is (111,79,107). Sum of RGB (Red+Green+Blue) = 111+79+107=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F6B is #90B094. Grayscale: #5B5B5B. Windows color (decimal): -9482389 or 7032687. OLE color: 7032687.
HSL color Cylindrical-coordinate representation of color #6F4F6B: hue angle of 307.5º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F4F6B is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 79 | 107 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.56 |
| HSL | 307.5º | 0.17% | 0.37% | - |
| HSV(B) | 307.5º | 0.29% | 0.44% | - |
| XYZ | 12.01 | 10.03 | 15.21 | - |
| YUV | 91.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 79 | 107 | 0 | 0.29 | 0.04 | 0.56 | 307.5 | 0.17 | 0.37 |
| Hex | 6F | 4F | 6B | 0 | 1D | 4 | 38 | 134 | 11 | 25 |
| Octal | 157 | 117 | 153 | 0 | 35 | 4 | 70 | 464 | 21 | 45 |
| Binary | 1101111 | 1001111 | 1101011 | 0 | 11101 | 100 | 111000 | 100110100 | 10001 | 100101 |
Color Harmonies of #6F4F6B
Complementary color
Monochromatic Colors of #6F4F6B
Black with #6F4F6B
Text Example
Text Example
White with #6F4F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4F6B; }
p { color: rgb(111,79,107); }
H1.HeaderClassName
{
color: #6F4F6B;
}
.AnyTagClassName
{
color: #6F4F6B;
}
</style>
background-color css
<style>
a { background-color: #6F4F6B; }
a { background-color: rgb(111,79,107); }
div.DivClassName
{
background-color: #6F4F6B;
}
.BgClassName
{
background-color: #6F4F6B;
}
</style>
border-color css
<style>
span { border-color: #6F4F6B; }
span { border-color: rgb(111,79,107); }
td.TdClassName
{
border-color: #6F4F6B;
}
.TagClassName
{
border-color: #6F4F6B;
}
</style>