Shades of Salt Box #6E4E6A
Tints of Salt Box #6E4E6A
RGB
CMYK
RGB Variations
Color information
#6E4E6A (or 0x6E4E6A) is known color: Salt Box. HEX triplet: 6E, 4E and 6A. RGB value is (110,78,106). Sum of RGB (Red+Green+Blue) = 110+78+106=294 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.41% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 106 (41.80% from 255 or 36.05% from 294); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E4E6A is #91B195. Grayscale: #5A5A5A. Windows color (decimal): -9548182 or 6966894. OLE color: 6966894.
HSL color Cylindrical-coordinate representation of color #6E4E6A: hue angle of 307.5º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E4E6A is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 78 | 106 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.57 |
| HSL | 307.5º | 0.17% | 0.37% | - |
| HSV(B) | 307.5º | 0.29% | 0.43% | - |
| XYZ | 11.76 | 9.8 | 14.91 | - |
| YUV | 90.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 78 | 106 | 0 | 0.29 | 0.04 | 0.57 | 307.5 | 0.17 | 0.37 |
| Hex | 6E | 4E | 6A | 0 | 1D | 4 | 39 | 134 | 11 | 25 |
| Octal | 156 | 116 | 152 | 0 | 35 | 4 | 71 | 464 | 21 | 45 |
| Binary | 1101110 | 1001110 | 1101010 | 0 | 11101 | 100 | 111001 | 100110100 | 10001 | 100101 |
Color Harmonies of #6E4E6A
Complementary color
Monochromatic Colors of #6E4E6A
Black with #6E4E6A
Text Example
Text Example
White with #6E4E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4E6A; }
p { color: rgb(110,78,106); }
H1.HeaderClassName
{
color: #6E4E6A;
}
.AnyTagClassName
{
color: #6E4E6A;
}
</style>
background-color css
<style>
a { background-color: #6E4E6A; }
a { background-color: rgb(110,78,106); }
div.DivClassName
{
background-color: #6E4E6A;
}
.BgClassName
{
background-color: #6E4E6A;
}
</style>
border-color css
<style>
span { border-color: #6E4E6A; }
span { border-color: rgb(110,78,106); }
td.TdClassName
{
border-color: #6E4E6A;
}
.TagClassName
{
border-color: #6E4E6A;
}
</style>