Shades of Salt Box #6E4D6C
Tints of Salt Box #6E4D6C
RGB
CMYK
RGB Variations
Color information
#6E4D6C (or 0x6E4D6C) is known color: Salt Box. HEX triplet: 6E, 4D and 6C. RGB value is (110,77,108). Sum of RGB (Red+Green+Blue) = 110+77+108=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4D6C is #91B293. Grayscale: #5A5A5A. Windows color (decimal): -9548436 or 7097710. OLE color: 7097710.
HSL color Cylindrical-coordinate representation of color #6E4D6C: hue angle of 303.64º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E4D6C is Cyan = 0, Magento = 0.3, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 77 | 108 | - |
| CMYK | 0 | 0.3 | 0.02 | 0.57 |
| HSL | 303.64º | 0.18% | 0.37% | - |
| HSV(B) | 303.64º | 0.3% | 0.43% | - |
| XYZ | 11.79 | 9.71 | 15.44 | - |
| YUV | 90.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 108 | 0 | 0.3 | 0.02 | 0.57 | 303.64 | 0.18 | 0.37 |
| Hex | 6E | 4D | 6C | 0 | 1E | 2 | 39 | 130 | 12 | 25 |
| Octal | 156 | 115 | 154 | 0 | 36 | 2 | 71 | 460 | 22 | 45 |
| Binary | 1101110 | 1001101 | 1101100 | 0 | 11110 | 10 | 111001 | 100110000 | 10010 | 100101 |
Color Harmonies of #6E4D6C
Complementary color
Monochromatic Colors of #6E4D6C
Black with #6E4D6C
Text Example
Text Example
White with #6E4D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4D6C; }
p { color: rgb(110,77,108); }
H1.HeaderClassName
{
color: #6E4D6C;
}
.AnyTagClassName
{
color: #6E4D6C;
}
</style>
background-color css
<style>
a { background-color: #6E4D6C; }
a { background-color: rgb(110,77,108); }
div.DivClassName
{
background-color: #6E4D6C;
}
.BgClassName
{
background-color: #6E4D6C;
}
</style>
border-color css
<style>
span { border-color: #6E4D6C; }
span { border-color: rgb(110,77,108); }
td.TdClassName
{
border-color: #6E4D6C;
}
.TagClassName
{
border-color: #6E4D6C;
}
</style>