Shades of Salt Box #6D5F6C
Tints of Salt Box #6D5F6C
RGB
CMYK
RGB Variations
Color information
#6D5F6C (or 0x6D5F6C) is known color: Salt Box. HEX triplet: 6D, 5F and 6C. RGB value is (109,95,108). Sum of RGB (Red+Green+Blue) = 109+95+108=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5F6C is #92A093. Grayscale: #646464. Windows color (decimal): -9609364 or 7102317. OLE color: 7102317.
HSL color Cylindrical-coordinate representation of color #6D5F6C: hue angle of 304.29º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D5F6C is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 95 | 108 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.57 |
| HSL | 304.29º | 0.07% | 0.4% | - |
| HSV(B) | 304.29º | 0.13% | 0.43% | - |
| XYZ | 13.11 | 12.52 | 15.91 | - |
| YUV | 100.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 95 | 108 | 0 | 0.13 | 0.01 | 0.57 | 304.29 | 0.07 | 0.4 |
| Hex | 6D | 5F | 6C | 0 | D | 1 | 39 | 130 | 7 | 28 |
| Octal | 155 | 137 | 154 | 0 | 15 | 1 | 71 | 460 | 7 | 50 |
| Binary | 1101101 | 1011111 | 1101100 | 0 | 1101 | 1 | 111001 | 100110000 | 111 | 101000 |
Color Harmonies of #6D5F6C
Complementary color
Monochromatic Colors of #6D5F6C
Black with #6D5F6C
Text Example
Text Example
White with #6D5F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5F6C; }
p { color: rgb(109,95,108); }
H1.HeaderClassName
{
color: #6D5F6C;
}
.AnyTagClassName
{
color: #6D5F6C;
}
</style>
background-color css
<style>
a { background-color: #6D5F6C; }
a { background-color: rgb(109,95,108); }
div.DivClassName
{
background-color: #6D5F6C;
}
.BgClassName
{
background-color: #6D5F6C;
}
</style>
border-color css
<style>
span { border-color: #6D5F6C; }
span { border-color: rgb(109,95,108); }
td.TdClassName
{
border-color: #6D5F6C;
}
.TagClassName
{
border-color: #6D5F6C;
}
</style>