Shades of Salt Box #6E4965
Tints of Salt Box #6E4965
RGB
CMYK
RGB Variations
Color information
#6E4965 (or 0x6E4965) is known color: Salt Box. HEX triplet: 6E, 49 and 65. RGB value is (110,73,101). Sum of RGB (Red+Green+Blue) = 110+73+101=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4965 is #91B69A. Grayscale: #575757. Windows color (decimal): -9549467 or 6637934. OLE color: 6637934.
HSL color Cylindrical-coordinate representation of color #6E4965: hue angle of 314.59º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E4965 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 101 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.57 |
| HSL | 314.59º | 0.2% | 0.36% | - |
| HSV(B) | 314.59º | 0.34% | 0.43% | - |
| XYZ | 11.16 | 9.02 | 13.46 | - |
| YUV | 87.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 101 | 0 | 0.34 | 0.08 | 0.57 | 314.59 | 0.2 | 0.36 |
| Hex | 6E | 49 | 65 | 0 | 22 | 8 | 39 | 13B | 14 | 24 |
| Octal | 156 | 111 | 145 | 0 | 42 | 10 | 71 | 473 | 24 | 44 |
| Binary | 1101110 | 1001001 | 1100101 | 0 | 100010 | 1000 | 111001 | 100111011 | 10100 | 100100 |
Color Harmonies of #6E4965
Complementary color
Monochromatic Colors of #6E4965
Black with #6E4965
Text Example
Text Example
White with #6E4965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4965; }
p { color: rgb(110,73,101); }
H1.HeaderClassName
{
color: #6E4965;
}
.AnyTagClassName
{
color: #6E4965;
}
</style>
background-color css
<style>
a { background-color: #6E4965; }
a { background-color: rgb(110,73,101); }
div.DivClassName
{
background-color: #6E4965;
}
.BgClassName
{
background-color: #6E4965;
}
</style>
border-color css
<style>
span { border-color: #6E4965; }
span { border-color: rgb(110,73,101); }
td.TdClassName
{
border-color: #6E4965;
}
.TagClassName
{
border-color: #6E4965;
}
</style>