Shades of Salt Box #6D4A68
Tints of Salt Box #6D4A68
RGB
CMYK
RGB Variations
Color information
#6D4A68 (or 0x6D4A68) is known color: Salt Box. HEX triplet: 6D, 4A and 68. RGB value is (109,74,104). Sum of RGB (Red+Green+Blue) = 109+74+104=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A68 is #92B597. Grayscale: #575757. Windows color (decimal): -9614744 or 6834797. OLE color: 6834797.
HSL color Cylindrical-coordinate representation of color #6D4A68: hue angle of 308.57º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D4A68 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 104 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.57 |
| HSL | 308.57º | 0.19% | 0.36% | - |
| HSV(B) | 308.57º | 0.32% | 0.43% | - |
| XYZ | 11.25 | 9.15 | 14.27 | - |
| YUV | 87.89 | 137.1 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 104 | 0 | 0.32 | 0.05 | 0.57 | 308.57 | 0.19 | 0.36 |
| Hex | 6D | 4A | 68 | 0 | 20 | 5 | 39 | 135 | 13 | 24 |
| Octal | 155 | 112 | 150 | 0 | 40 | 5 | 71 | 465 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1101000 | 0 | 100000 | 101 | 111001 | 100110101 | 10011 | 100100 |
Color Harmonies of #6D4A68
Complementary color
Monochromatic Colors of #6D4A68
Black with #6D4A68
Text Example
Text Example
White with #6D4A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A68; }
p { color: rgb(109,74,104); }
H1.HeaderClassName
{
color: #6D4A68;
}
.AnyTagClassName
{
color: #6D4A68;
}
</style>
background-color css
<style>
a { background-color: #6D4A68; }
a { background-color: rgb(109,74,104); }
div.DivClassName
{
background-color: #6D4A68;
}
.BgClassName
{
background-color: #6D4A68;
}
</style>
border-color css
<style>
span { border-color: #6D4A68; }
span { border-color: rgb(109,74,104); }
td.TdClassName
{
border-color: #6D4A68;
}
.TagClassName
{
border-color: #6D4A68;
}
</style>