Shades of Salt Box #6D5E6C
Tints of Salt Box #6D5E6C
RGB
CMYK
RGB Variations
Color information
#6D5E6C (or 0x6D5E6C) is known color: Salt Box. HEX triplet: 6D, 5E and 6C. RGB value is (109,94,108). Sum of RGB (Red+Green+Blue) = 109+94+108=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5E6C is #92A193. Grayscale: #646464. Windows color (decimal): -9609620 or 7102061. OLE color: 7102061.
HSL color Cylindrical-coordinate representation of color #6D5E6C: hue angle of 304º 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 #6D5E6C is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 94 | 108 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.57 |
| HSL | 304º | 0.07% | 0.4% | - |
| HSV(B) | 304º | 0.14% | 0.43% | - |
| XYZ | 13.02 | 12.34 | 15.88 | - |
| YUV | 100.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 108 | 0 | 0.14 | 0.01 | 0.57 | 304 | 0.07 | 0.4 |
| Hex | 6D | 5E | 6C | 0 | E | 1 | 39 | 130 | 7 | 28 |
| Octal | 155 | 136 | 154 | 0 | 16 | 1 | 71 | 460 | 7 | 50 |
| Binary | 1101101 | 1011110 | 1101100 | 0 | 1110 | 1 | 111001 | 100110000 | 111 | 101000 |
Color Harmonies of #6D5E6C
Complementary color
Monochromatic Colors of #6D5E6C
Black with #6D5E6C
Text Example
Text Example
White with #6D5E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5E6C; }
p { color: rgb(109,94,108); }
H1.HeaderClassName
{
color: #6D5E6C;
}
.AnyTagClassName
{
color: #6D5E6C;
}
</style>
background-color css
<style>
a { background-color: #6D5E6C; }
a { background-color: rgb(109,94,108); }
div.DivClassName
{
background-color: #6D5E6C;
}
.BgClassName
{
background-color: #6D5E6C;
}
</style>
border-color css
<style>
span { border-color: #6D5E6C; }
span { border-color: rgb(109,94,108); }
td.TdClassName
{
border-color: #6D5E6C;
}
.TagClassName
{
border-color: #6D5E6C;
}
</style>