Shades of Salt Box #6E546B
Tints of Salt Box #6E546B
RGB
CMYK
RGB Variations
Color information
#6E546B (or 0x6E546B) is known color: Salt Box. HEX triplet: 6E, 54 and 6B. RGB value is (110,84,107). Sum of RGB (Red+Green+Blue) = 110+84+107=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 110 - color contains mainly: red. Hex color #6E546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E546B is #91AB94. Grayscale: #5E5E5E. Windows color (decimal): -9546645 or 7033966. OLE color: 7033966.
HSL color Cylindrical-coordinate representation of color #6E546B: hue angle of 306.92º 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 #6E546B is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 84 | 107 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.57 |
| HSL | 306.92º | 0.13% | 0.38% | - |
| HSV(B) | 306.92º | 0.24% | 0.43% | - |
| XYZ | 12.25 | 10.72 | 15.33 | - |
| YUV | 94.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 107 | 0 | 0.24 | 0.03 | 0.57 | 306.92 | 0.13 | 0.38 |
| Hex | 6E | 54 | 6B | 0 | 18 | 3 | 39 | 133 | D | 26 |
| Octal | 156 | 124 | 153 | 0 | 30 | 3 | 71 | 463 | 15 | 46 |
| Binary | 1101110 | 1010100 | 1101011 | 0 | 11000 | 11 | 111001 | 100110011 | 1101 | 100110 |
Color Harmonies of #6E546B
Complementary color
Monochromatic Colors of #6E546B
Black with #6E546B
Text Example
Text Example
White with #6E546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E546B; }
p { color: rgb(110,84,107); }
H1.HeaderClassName
{
color: #6E546B;
}
.AnyTagClassName
{
color: #6E546B;
}
</style>
background-color css
<style>
a { background-color: #6E546B; }
a { background-color: rgb(110,84,107); }
div.DivClassName
{
background-color: #6E546B;
}
.BgClassName
{
background-color: #6E546B;
}
</style>
border-color css
<style>
span { border-color: #6E546B; }
span { border-color: rgb(110,84,107); }
td.TdClassName
{
border-color: #6E546B;
}
.TagClassName
{
border-color: #6E546B;
}
</style>