Shades of Salt Box #6E5F6C
Tints of Salt Box #6E5F6C
RGB
CMYK
RGB Variations
Color information
#6E5F6C (or 0x6E5F6C) is known color: Salt Box. HEX triplet: 6E, 5F and 6C. RGB value is (110,95,108). Sum of RGB (Red+Green+Blue) = 110+95+108=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5F6C is #91A093. Grayscale: #646464. Windows color (decimal): -9543828 or 7102318. OLE color: 7102318.
HSL color Cylindrical-coordinate representation of color #6E5F6C: hue angle of 308º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6E5F6C is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 95 | 108 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.57 |
| HSL | 308º | 0.07% | 0.4% | - |
| HSV(B) | 308º | 0.14% | 0.43% | - |
| XYZ | 13.23 | 12.58 | 15.92 | - |
| YUV | 100.97 | 131.97 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 95 | 108 | 0 | 0.14 | 0.02 | 0.57 | 308 | 0.07 | 0.4 |
| Hex | 6E | 5F | 6C | 0 | E | 2 | 39 | 134 | 7 | 28 |
| Octal | 156 | 137 | 154 | 0 | 16 | 2 | 71 | 464 | 7 | 50 |
| Binary | 1101110 | 1011111 | 1101100 | 0 | 1110 | 10 | 111001 | 100110100 | 111 | 101000 |
Color Harmonies of #6E5F6C
Complementary color
Monochromatic Colors of #6E5F6C
Black with #6E5F6C
Text Example
Text Example
White with #6E5F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5F6C; }
p { color: rgb(110,95,108); }
H1.HeaderClassName
{
color: #6E5F6C;
}
.AnyTagClassName
{
color: #6E5F6C;
}
</style>
background-color css
<style>
a { background-color: #6E5F6C; }
a { background-color: rgb(110,95,108); }
div.DivClassName
{
background-color: #6E5F6C;
}
.BgClassName
{
background-color: #6E5F6C;
}
</style>
border-color css
<style>
span { border-color: #6E5F6C; }
span { border-color: rgb(110,95,108); }
td.TdClassName
{
border-color: #6E5F6C;
}
.TagClassName
{
border-color: #6E5F6C;
}
</style>