Shades of Salt Box #6E5466
Tints of Salt Box #6E5466
RGB
CMYK
RGB Variations
Color information
#6E5466 (or 0x6E5466) is known color: Salt Box. HEX triplet: 6E, 54 and 66. RGB value is (110,84,102). Sum of RGB (Red+Green+Blue) = 110+84+102=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5466 is #91AB99. Grayscale: #5D5D5D. Windows color (decimal): -9546650 or 6706286. OLE color: 6706286.
HSL color Cylindrical-coordinate representation of color #6E5466: hue angle of 318.46º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E5466 is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 84 | 102 | - |
| CMYK | 0 | 0.24 | 0.07 | 0.57 |
| HSL | 318.46º | 0.13% | 0.38% | - |
| HSV(B) | 318.46º | 0.24% | 0.43% | - |
| XYZ | 12 | 10.61 | 13.99 | - |
| YUV | 93.83 | 132.61 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 102 | 0 | 0.24 | 0.07 | 0.57 | 318.46 | 0.13 | 0.38 |
| Hex | 6E | 54 | 66 | 0 | 18 | 7 | 39 | 13E | D | 26 |
| Octal | 156 | 124 | 146 | 0 | 30 | 7 | 71 | 476 | 15 | 46 |
| Binary | 1101110 | 1010100 | 1100110 | 0 | 11000 | 111 | 111001 | 100111110 | 1101 | 100110 |
Color Harmonies of #6E5466
Complementary color
Monochromatic Colors of #6E5466
Black with #6E5466
Text Example
Text Example
White with #6E5466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5466; }
p { color: rgb(110,84,102); }
H1.HeaderClassName
{
color: #6E5466;
}
.AnyTagClassName
{
color: #6E5466;
}
</style>
background-color css
<style>
a { background-color: #6E5466; }
a { background-color: rgb(110,84,102); }
div.DivClassName
{
background-color: #6E5466;
}
.BgClassName
{
background-color: #6E5466;
}
</style>
border-color css
<style>
span { border-color: #6E5466; }
span { border-color: rgb(110,84,102); }
td.TdClassName
{
border-color: #6E5466;
}
.TagClassName
{
border-color: #6E5466;
}
</style>