Shades of Salt Box #6E4768
Tints of Salt Box #6E4768
RGB
CMYK
RGB Variations
Color information
#6E4768 (or 0x6E4768) is known color: Salt Box. HEX triplet: 6E, 47 and 68. RGB value is (110,71,104). Sum of RGB (Red+Green+Blue) = 110+71+104=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4768 is #91B897. Grayscale: #565656. Windows color (decimal): -9549976 or 6834030. OLE color: 6834030.
HSL color Cylindrical-coordinate representation of color #6E4768: hue angle of 309.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E4768 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 71 | 104 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.57 |
| HSL | 309.23º | 0.22% | 0.35% | - |
| HSV(B) | 309.23º | 0.35% | 0.43% | - |
| XYZ | 11.18 | 8.82 | 14.21 | - |
| YUV | 86.42 | 137.92 | 144.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 71 | 104 | 0 | 0.35 | 0.05 | 0.57 | 309.23 | 0.22 | 0.35 |
| Hex | 6E | 47 | 68 | 0 | 23 | 5 | 39 | 135 | 16 | 23 |
| Octal | 156 | 107 | 150 | 0 | 43 | 5 | 71 | 465 | 26 | 43 |
| Binary | 1101110 | 1000111 | 1101000 | 0 | 100011 | 101 | 111001 | 100110101 | 10110 | 100011 |
Color Harmonies of #6E4768
Complementary color
Monochromatic Colors of #6E4768
Black with #6E4768
Text Example
Text Example
White with #6E4768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4768; }
p { color: rgb(110,71,104); }
H1.HeaderClassName
{
color: #6E4768;
}
.AnyTagClassName
{
color: #6E4768;
}
</style>
background-color css
<style>
a { background-color: #6E4768; }
a { background-color: rgb(110,71,104); }
div.DivClassName
{
background-color: #6E4768;
}
.BgClassName
{
background-color: #6E4768;
}
</style>
border-color css
<style>
span { border-color: #6E4768; }
span { border-color: rgb(110,71,104); }
td.TdClassName
{
border-color: #6E4768;
}
.TagClassName
{
border-color: #6E4768;
}
</style>