Shades of Salt Box #6E576B
Tints of Salt Box #6E576B
RGB
CMYK
RGB Variations
Color information
#6E576B (or 0x6E576B) is known color: Salt Box. HEX triplet: 6E, 57 and 6B. RGB value is (110,87,107). Sum of RGB (Red+Green+Blue) = 110+87+107=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 110 - color contains mainly: red. Hex color #6E576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E576B is #91A894. Grayscale: #606060. Windows color (decimal): -9545877 or 7034734. OLE color: 7034734.
HSL color Cylindrical-coordinate representation of color #6E576B: hue angle of 307.83º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E576B is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 87 | 107 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.57 |
| HSL | 307.83º | 0.12% | 0.39% | - |
| HSV(B) | 307.83º | 0.21% | 0.43% | - |
| XYZ | 12.49 | 11.19 | 15.41 | - |
| YUV | 96.16 | 134.12 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 107 | 0 | 0.21 | 0.03 | 0.57 | 307.83 | 0.12 | 0.39 |
| Hex | 6E | 57 | 6B | 0 | 15 | 3 | 39 | 134 | C | 27 |
| Octal | 156 | 127 | 153 | 0 | 25 | 3 | 71 | 464 | 14 | 47 |
| Binary | 1101110 | 1010111 | 1101011 | 0 | 10101 | 11 | 111001 | 100110100 | 1100 | 100111 |
Color Harmonies of #6E576B
Complementary color
Monochromatic Colors of #6E576B
Black with #6E576B
Text Example
Text Example
White with #6E576B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E576B; }
p { color: rgb(110,87,107); }
H1.HeaderClassName
{
color: #6E576B;
}
.AnyTagClassName
{
color: #6E576B;
}
</style>
background-color css
<style>
a { background-color: #6E576B; }
a { background-color: rgb(110,87,107); }
div.DivClassName
{
background-color: #6E576B;
}
.BgClassName
{
background-color: #6E576B;
}
</style>
border-color css
<style>
span { border-color: #6E576B; }
span { border-color: rgb(110,87,107); }
td.TdClassName
{
border-color: #6E576B;
}
.TagClassName
{
border-color: #6E576B;
}
</style>