Shades of Salt Box #6E4868
Tints of Salt Box #6E4868
RGB
CMYK
RGB Variations
Color information
#6E4868 (or 0x6E4868) is known color: Salt Box. HEX triplet: 6E, 48 and 68. RGB value is (110,72,104). Sum of RGB (Red+Green+Blue) = 110+72+104=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4868 is #91B797. Grayscale: #565656. Windows color (decimal): -9549720 or 6834286. OLE color: 6834286.
HSL color Cylindrical-coordinate representation of color #6E4868: hue angle of 309.47º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E4868 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 72 | 104 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.57 |
| HSL | 309.47º | 0.21% | 0.36% | - |
| HSV(B) | 309.47º | 0.35% | 0.43% | - |
| XYZ | 11.25 | 8.95 | 14.23 | - |
| YUV | 87.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 104 | 0 | 0.35 | 0.05 | 0.57 | 309.47 | 0.21 | 0.36 |
| Hex | 6E | 48 | 68 | 0 | 23 | 5 | 39 | 135 | 15 | 24 |
| Octal | 156 | 110 | 150 | 0 | 43 | 5 | 71 | 465 | 25 | 44 |
| Binary | 1101110 | 1001000 | 1101000 | 0 | 100011 | 101 | 111001 | 100110101 | 10101 | 100100 |
Color Harmonies of #6E4868
Complementary color
Monochromatic Colors of #6E4868
Black with #6E4868
Text Example
Text Example
White with #6E4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4868; }
p { color: rgb(110,72,104); }
H1.HeaderClassName
{
color: #6E4868;
}
.AnyTagClassName
{
color: #6E4868;
}
</style>
background-color css
<style>
a { background-color: #6E4868; }
a { background-color: rgb(110,72,104); }
div.DivClassName
{
background-color: #6E4868;
}
.BgClassName
{
background-color: #6E4868;
}
</style>
border-color css
<style>
span { border-color: #6E4868; }
span { border-color: rgb(110,72,104); }
td.TdClassName
{
border-color: #6E4868;
}
.TagClassName
{
border-color: #6E4868;
}
</style>