Shades of Salt Box #6E546C
Tints of Salt Box #6E546C
RGB
CMYK
RGB Variations
Color information
#6E546C (or 0x6E546C) is known color: Salt Box. HEX triplet: 6E, 54 and 6C. RGB value is (110,84,108). Sum of RGB (Red+Green+Blue) = 110+84+108=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 110 - color contains mainly: red. Hex color #6E546C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E546C is #91AB93. Grayscale: #5E5E5E. Windows color (decimal): -9546644 or 7099502. OLE color: 7099502.
HSL color Cylindrical-coordinate representation of color #6E546C: hue angle of 304.62º 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 #6E546C is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 84 | 108 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.57 |
| HSL | 304.62º | 0.13% | 0.38% | - |
| HSV(B) | 304.62º | 0.24% | 0.43% | - |
| XYZ | 12.31 | 10.74 | 15.61 | - |
| YUV | 94.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 108 | 0 | 0.24 | 0.02 | 0.57 | 304.62 | 0.13 | 0.38 |
| Hex | 6E | 54 | 6C | 0 | 18 | 2 | 39 | 131 | D | 26 |
| Octal | 156 | 124 | 154 | 0 | 30 | 2 | 71 | 461 | 15 | 46 |
| Binary | 1101110 | 1010100 | 1101100 | 0 | 11000 | 10 | 111001 | 100110001 | 1101 | 100110 |
Color Harmonies of #6E546C
Complementary color
Monochromatic Colors of #6E546C
Black with #6E546C
Text Example
Text Example
White with #6E546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E546C; }
p { color: rgb(110,84,108); }
H1.HeaderClassName
{
color: #6E546C;
}
.AnyTagClassName
{
color: #6E546C;
}
</style>
background-color css
<style>
a { background-color: #6E546C; }
a { background-color: rgb(110,84,108); }
div.DivClassName
{
background-color: #6E546C;
}
.BgClassName
{
background-color: #6E546C;
}
</style>
border-color css
<style>
span { border-color: #6E546C; }
span { border-color: rgb(110,84,108); }
td.TdClassName
{
border-color: #6E546C;
}
.TagClassName
{
border-color: #6E546C;
}
</style>