Shades of Salt Box #6F4C6C
Tints of Salt Box #6F4C6C
RGB
CMYK
RGB Variations
Color information
#6F4C6C (or 0x6F4C6C) is known color: Salt Box. HEX triplet: 6F, 4C and 6C. RGB value is (111,76,108). Sum of RGB (Red+Green+Blue) = 111+76+108=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C6C is #90B393. Grayscale: #5A5A5A. Windows color (decimal): -9483156 or 7097455. OLE color: 7097455.
HSL color Cylindrical-coordinate representation of color #6F4C6C: hue angle of 305.14º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4C6C is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 108 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.56 |
| HSL | 305.14º | 0.19% | 0.37% | - |
| HSV(B) | 305.14º | 0.32% | 0.44% | - |
| XYZ | 11.85 | 9.63 | 15.42 | - |
| YUV | 90.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 108 | 0 | 0.32 | 0.03 | 0.56 | 305.14 | 0.19 | 0.37 |
| Hex | 6F | 4C | 6C | 0 | 20 | 3 | 38 | 131 | 13 | 25 |
| Octal | 157 | 114 | 154 | 0 | 40 | 3 | 70 | 461 | 23 | 45 |
| Binary | 1101111 | 1001100 | 1101100 | 0 | 100000 | 11 | 111000 | 100110001 | 10011 | 100101 |
Color Harmonies of #6F4C6C
Complementary color
Monochromatic Colors of #6F4C6C
Black with #6F4C6C
Text Example
Text Example
White with #6F4C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C6C; }
p { color: rgb(111,76,108); }
H1.HeaderClassName
{
color: #6F4C6C;
}
.AnyTagClassName
{
color: #6F4C6C;
}
</style>
background-color css
<style>
a { background-color: #6F4C6C; }
a { background-color: rgb(111,76,108); }
div.DivClassName
{
background-color: #6F4C6C;
}
.BgClassName
{
background-color: #6F4C6C;
}
</style>
border-color css
<style>
span { border-color: #6F4C6C; }
span { border-color: rgb(111,76,108); }
td.TdClassName
{
border-color: #6F4C6C;
}
.TagClassName
{
border-color: #6F4C6C;
}
</style>