Shades of Salt Box #6E4B6A
Tints of Salt Box #6E4B6A
RGB
CMYK
RGB Variations
Color information
#6E4B6A (or 0x6E4B6A) is known color: Salt Box. HEX triplet: 6E, 4B and 6A. RGB value is (110,75,106). Sum of RGB (Red+Green+Blue) = 110+75+106=291 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.80% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E4B6A is #91B495. Grayscale: #585858. Windows color (decimal): -9548950 or 6966126. OLE color: 6966126.
HSL color Cylindrical-coordinate representation of color #6E4B6A: hue angle of 306.86º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E4B6A is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 75 | 106 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.57 |
| HSL | 306.86º | 0.19% | 0.36% | - |
| HSV(B) | 306.86º | 0.32% | 0.43% | - |
| XYZ | 11.55 | 9.39 | 14.84 | - |
| YUV | 89 | 137.6 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 75 | 106 | 0 | 0.32 | 0.04 | 0.57 | 306.86 | 0.19 | 0.36 |
| Hex | 6E | 4B | 6A | 0 | 20 | 4 | 39 | 133 | 13 | 24 |
| Octal | 156 | 113 | 152 | 0 | 40 | 4 | 71 | 463 | 23 | 44 |
| Binary | 1101110 | 1001011 | 1101010 | 0 | 100000 | 100 | 111001 | 100110011 | 10011 | 100100 |
Color Harmonies of #6E4B6A
Complementary color
Monochromatic Colors of #6E4B6A
Black with #6E4B6A
Text Example
Text Example
White with #6E4B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4B6A; }
p { color: rgb(110,75,106); }
H1.HeaderClassName
{
color: #6E4B6A;
}
.AnyTagClassName
{
color: #6E4B6A;
}
</style>
background-color css
<style>
a { background-color: #6E4B6A; }
a { background-color: rgb(110,75,106); }
div.DivClassName
{
background-color: #6E4B6A;
}
.BgClassName
{
background-color: #6E4B6A;
}
</style>
border-color css
<style>
span { border-color: #6E4B6A; }
span { border-color: rgb(110,75,106); }
td.TdClassName
{
border-color: #6E4B6A;
}
.TagClassName
{
border-color: #6E4B6A;
}
</style>