Shades of Salt Box #6D4F6C
Tints of Salt Box #6D4F6C
RGB
CMYK
RGB Variations
Color information
#6D4F6C (or 0x6D4F6C) is known color: Salt Box. HEX triplet: 6D, 4F and 6C. RGB value is (109,79,108). Sum of RGB (Red+Green+Blue) = 109+79+108=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4F6C is #92B093. Grayscale: #5B5B5B. Windows color (decimal): -9613460 or 7098221. OLE color: 7098221.
HSL color Cylindrical-coordinate representation of color #6D4F6C: hue angle of 302º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D4F6C is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 79 | 108 | - |
| CMYK | 0 | 0.28 | 0.01 | 0.57 |
| HSL | 302º | 0.16% | 0.37% | - |
| HSV(B) | 302º | 0.28% | 0.43% | - |
| XYZ | 11.81 | 9.93 | 15.48 | - |
| YUV | 91.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 79 | 108 | 0 | 0.28 | 0.01 | 0.57 | 302 | 0.16 | 0.37 |
| Hex | 6D | 4F | 6C | 0 | 1C | 1 | 39 | 12E | 10 | 25 |
| Octal | 155 | 117 | 154 | 0 | 34 | 1 | 71 | 456 | 20 | 45 |
| Binary | 1101101 | 1001111 | 1101100 | 0 | 11100 | 1 | 111001 | 100101110 | 10000 | 100101 |
Color Harmonies of #6D4F6C
Complementary color
Monochromatic Colors of #6D4F6C
Black with #6D4F6C
Text Example
Text Example
White with #6D4F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4F6C; }
p { color: rgb(109,79,108); }
H1.HeaderClassName
{
color: #6D4F6C;
}
.AnyTagClassName
{
color: #6D4F6C;
}
</style>
background-color css
<style>
a { background-color: #6D4F6C; }
a { background-color: rgb(109,79,108); }
div.DivClassName
{
background-color: #6D4F6C;
}
.BgClassName
{
background-color: #6D4F6C;
}
</style>
border-color css
<style>
span { border-color: #6D4F6C; }
span { border-color: rgb(109,79,108); }
td.TdClassName
{
border-color: #6D4F6C;
}
.TagClassName
{
border-color: #6D4F6C;
}
</style>