Shades of Salt Box #6E5268
Tints of Salt Box #6E5268
RGB
CMYK
RGB Variations
Color information
#6E5268 (or 0x6E5268) is known color: Salt Box. HEX triplet: 6E, 52 and 68. RGB value is (110,82,104). Sum of RGB (Red+Green+Blue) = 110+82+104=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5268 is #91AD97. Grayscale: #5C5C5C. Windows color (decimal): -9547160 or 6836846. OLE color: 6836846.
HSL color Cylindrical-coordinate representation of color #6E5268: hue angle of 312.86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E5268 is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 82 | 104 | - |
| CMYK | 0 | 0.25 | 0.05 | 0.57 |
| HSL | 312.86º | 0.15% | 0.38% | - |
| HSV(B) | 312.86º | 0.25% | 0.43% | - |
| XYZ | 11.95 | 10.35 | 14.46 | - |
| YUV | 92.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 104 | 0 | 0.25 | 0.05 | 0.57 | 312.86 | 0.15 | 0.38 |
| Hex | 6E | 52 | 68 | 0 | 19 | 5 | 39 | 139 | F | 26 |
| Octal | 156 | 122 | 150 | 0 | 31 | 5 | 71 | 471 | 17 | 46 |
| Binary | 1101110 | 1010010 | 1101000 | 0 | 11001 | 101 | 111001 | 100111001 | 1111 | 100110 |
Color Harmonies of #6E5268
Complementary color
Monochromatic Colors of #6E5268
Black with #6E5268
Text Example
Text Example
White with #6E5268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5268; }
p { color: rgb(110,82,104); }
H1.HeaderClassName
{
color: #6E5268;
}
.AnyTagClassName
{
color: #6E5268;
}
</style>
background-color css
<style>
a { background-color: #6E5268; }
a { background-color: rgb(110,82,104); }
div.DivClassName
{
background-color: #6E5268;
}
.BgClassName
{
background-color: #6E5268;
}
</style>
border-color css
<style>
span { border-color: #6E5268; }
span { border-color: rgb(110,82,104); }
td.TdClassName
{
border-color: #6E5268;
}
.TagClassName
{
border-color: #6E5268;
}
</style>