Shades of Salt Box #6D4A67
Tints of Salt Box #6D4A67
RGB
CMYK
RGB Variations
Color information
#6D4A67 (or 0x6D4A67) is known color: Salt Box. HEX triplet: 6D, 4A and 67. RGB value is (109,74,103). Sum of RGB (Red+Green+Blue) = 109+74+103=286 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.11% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A67 is #92B598. Grayscale: #575757. Windows color (decimal): -9614745 or 6769261. OLE color: 6769261.
HSL color Cylindrical-coordinate representation of color #6D4A67: hue angle of 310.29º 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 #6D4A67 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 103 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.57 |
| HSL | 310.29º | 0.19% | 0.36% | - |
| HSV(B) | 310.29º | 0.32% | 0.43% | - |
| XYZ | 11.2 | 9.13 | 14 | - |
| YUV | 87.77 | 136.6 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 103 | 0 | 0.32 | 0.06 | 0.57 | 310.29 | 0.19 | 0.36 |
| Hex | 6D | 4A | 67 | 0 | 20 | 6 | 39 | 136 | 13 | 24 |
| Octal | 155 | 112 | 147 | 0 | 40 | 6 | 71 | 466 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1100111 | 0 | 100000 | 110 | 111001 | 100110110 | 10011 | 100100 |
Color Harmonies of #6D4A67
Complementary color
Monochromatic Colors of #6D4A67
Black with #6D4A67
Text Example
Text Example
White with #6D4A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A67; }
p { color: rgb(109,74,103); }
H1.HeaderClassName
{
color: #6D4A67;
}
.AnyTagClassName
{
color: #6D4A67;
}
</style>
background-color css
<style>
a { background-color: #6D4A67; }
a { background-color: rgb(109,74,103); }
div.DivClassName
{
background-color: #6D4A67;
}
.BgClassName
{
background-color: #6D4A67;
}
</style>
border-color css
<style>
span { border-color: #6D4A67; }
span { border-color: rgb(109,74,103); }
td.TdClassName
{
border-color: #6D4A67;
}
.TagClassName
{
border-color: #6D4A67;
}
</style>