Shades of Salt Box #6F4D6A
Tints of Salt Box #6F4D6A
RGB
CMYK
RGB Variations
Color information
#6F4D6A (or 0x6F4D6A) is known color: Salt Box. HEX triplet: 6F, 4D and 6A. RGB value is (111,77,106). Sum of RGB (Red+Green+Blue) = 111+77+106=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D6A is #90B295. Grayscale: #5A5A5A. Windows color (decimal): -9482902 or 6966639. OLE color: 6966639.
HSL color Cylindrical-coordinate representation of color #6F4D6A: hue angle of 308.82º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D6A is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 77 | 106 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.56 |
| HSL | 308.82º | 0.18% | 0.37% | - |
| HSV(B) | 308.82º | 0.31% | 0.44% | - |
| XYZ | 11.81 | 9.73 | 14.89 | - |
| YUV | 90.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 77 | 106 | 0 | 0.31 | 0.05 | 0.56 | 308.82 | 0.18 | 0.37 |
| Hex | 6F | 4D | 6A | 0 | 1F | 5 | 38 | 135 | 12 | 25 |
| Octal | 157 | 115 | 152 | 0 | 37 | 5 | 70 | 465 | 22 | 45 |
| Binary | 1101111 | 1001101 | 1101010 | 0 | 11111 | 101 | 111000 | 100110101 | 10010 | 100101 |
Color Harmonies of #6F4D6A
Complementary color
Monochromatic Colors of #6F4D6A
Black with #6F4D6A
Text Example
Text Example
White with #6F4D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4D6A; }
p { color: rgb(111,77,106); }
H1.HeaderClassName
{
color: #6F4D6A;
}
.AnyTagClassName
{
color: #6F4D6A;
}
</style>
background-color css
<style>
a { background-color: #6F4D6A; }
a { background-color: rgb(111,77,106); }
div.DivClassName
{
background-color: #6F4D6A;
}
.BgClassName
{
background-color: #6F4D6A;
}
</style>
border-color css
<style>
span { border-color: #6F4D6A; }
span { border-color: rgb(111,77,106); }
td.TdClassName
{
border-color: #6F4D6A;
}
.TagClassName
{
border-color: #6F4D6A;
}
</style>