Shades of Salt Box #6A4D68
Tints of Salt Box #6A4D68
RGB
CMYK
RGB Variations
Color information
#6A4D68 (or 0x6A4D68) is known color: Salt Box. HEX triplet: 6A, 4D and 68. RGB value is (106,77,104). Sum of RGB (Red+Green+Blue) = 106+77+104=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4D68 is #95B297. Grayscale: #585858. Windows color (decimal): -9810584 or 6835562. OLE color: 6835562.
HSL color Cylindrical-coordinate representation of color #6A4D68: hue angle of 304.14º 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 #6A4D68 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 77 | 104 | - |
| CMYK | 0 | 0.27 | 0.02 | 0.58 |
| HSL | 304.14º | 0.16% | 0.36% | - |
| HSV(B) | 304.14º | 0.27% | 0.42% | - |
| XYZ | 11.1 | 9.37 | 14.32 | - |
| YUV | 88.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 77 | 104 | 0 | 0.27 | 0.02 | 0.58 | 304.14 | 0.16 | 0.36 |
| Hex | 6A | 4D | 68 | 0 | 1B | 2 | 3A | 130 | 10 | 24 |
| Octal | 152 | 115 | 150 | 0 | 33 | 2 | 72 | 460 | 20 | 44 |
| Binary | 1101010 | 1001101 | 1101000 | 0 | 11011 | 10 | 111010 | 100110000 | 10000 | 100100 |
Color Harmonies of #6A4D68
Complementary color
Monochromatic Colors of #6A4D68
Black with #6A4D68
Text Example
Text Example
White with #6A4D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4D68; }
p { color: rgb(106,77,104); }
H1.HeaderClassName
{
color: #6A4D68;
}
.AnyTagClassName
{
color: #6A4D68;
}
</style>
background-color css
<style>
a { background-color: #6A4D68; }
a { background-color: rgb(106,77,104); }
div.DivClassName
{
background-color: #6A4D68;
}
.BgClassName
{
background-color: #6A4D68;
}
</style>
border-color css
<style>
span { border-color: #6A4D68; }
span { border-color: rgb(106,77,104); }
td.TdClassName
{
border-color: #6A4D68;
}
.TagClassName
{
border-color: #6A4D68;
}
</style>