Shades of Salt Box #6E5066
Tints of Salt Box #6E5066
RGB
CMYK
RGB Variations
Color information
#6E5066 (or 0x6E5066) is known color: Salt Box. HEX triplet: 6E, 50 and 66. RGB value is (110,80,102). Sum of RGB (Red+Green+Blue) = 110+80+102=292 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.67% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5066 is #91AF99. Grayscale: #5B5B5B. Windows color (decimal): -9547674 or 6705262. OLE color: 6705262.
HSL color Cylindrical-coordinate representation of color #6E5066: hue angle of 316º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E5066 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 102 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.57 |
| HSL | 316º | 0.16% | 0.37% | - |
| HSV(B) | 316º | 0.27% | 0.43% | - |
| XYZ | 11.7 | 10.01 | 13.89 | - |
| YUV | 91.48 | 133.94 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 102 | 0 | 0.27 | 0.07 | 0.57 | 316 | 0.16 | 0.37 |
| Hex | 6E | 50 | 66 | 0 | 1B | 7 | 39 | 13C | 10 | 25 |
| Octal | 156 | 120 | 146 | 0 | 33 | 7 | 71 | 474 | 20 | 45 |
| Binary | 1101110 | 1010000 | 1100110 | 0 | 11011 | 111 | 111001 | 100111100 | 10000 | 100101 |
Color Harmonies of #6E5066
Complementary color
Monochromatic Colors of #6E5066
Black with #6E5066
Text Example
Text Example
White with #6E5066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5066; }
p { color: rgb(110,80,102); }
H1.HeaderClassName
{
color: #6E5066;
}
.AnyTagClassName
{
color: #6E5066;
}
</style>
background-color css
<style>
a { background-color: #6E5066; }
a { background-color: rgb(110,80,102); }
div.DivClassName
{
background-color: #6E5066;
}
.BgClassName
{
background-color: #6E5066;
}
</style>
border-color css
<style>
span { border-color: #6E5066; }
span { border-color: rgb(110,80,102); }
td.TdClassName
{
border-color: #6E5066;
}
.TagClassName
{
border-color: #6E5066;
}
</style>