Shades of Salt Box #6A4D64
Tints of Salt Box #6A4D64
RGB
CMYK
RGB Variations
Color information
#6A4D64 (or 0x6A4D64) is known color: Salt Box. HEX triplet: 6A, 4D and 64. RGB value is (106,77,100). Sum of RGB (Red+Green+Blue) = 106+77+100=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4D64 is #95B29B. Grayscale: #585858. Windows color (decimal): -9810588 or 6573418. OLE color: 6573418.
HSL color Cylindrical-coordinate representation of color #6A4D64: hue angle of 312.41º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A4D64 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 77 | 100 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.58 |
| HSL | 312.41º | 0.16% | 0.36% | - |
| HSV(B) | 312.41º | 0.27% | 0.42% | - |
| XYZ | 10.9 | 9.29 | 13.28 | - |
| YUV | 88.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 77 | 100 | 0 | 0.27 | 0.06 | 0.58 | 312.41 | 0.16 | 0.36 |
| Hex | 6A | 4D | 64 | 0 | 1B | 6 | 3A | 138 | 10 | 24 |
| Octal | 152 | 115 | 144 | 0 | 33 | 6 | 72 | 470 | 20 | 44 |
| Binary | 1101010 | 1001101 | 1100100 | 0 | 11011 | 110 | 111010 | 100111000 | 10000 | 100100 |
Color Harmonies of #6A4D64
Complementary color
Monochromatic Colors of #6A4D64
Black with #6A4D64
Text Example
Text Example
White with #6A4D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4D64; }
p { color: rgb(106,77,100); }
H1.HeaderClassName
{
color: #6A4D64;
}
.AnyTagClassName
{
color: #6A4D64;
}
</style>
background-color css
<style>
a { background-color: #6A4D64; }
a { background-color: rgb(106,77,100); }
div.DivClassName
{
background-color: #6A4D64;
}
.BgClassName
{
background-color: #6A4D64;
}
</style>
border-color css
<style>
span { border-color: #6A4D64; }
span { border-color: rgb(106,77,100); }
td.TdClassName
{
border-color: #6A4D64;
}
.TagClassName
{
border-color: #6A4D64;
}
</style>