Shades of Salt Box #6A4863
Tints of Salt Box #6A4863
RGB
CMYK
RGB Variations
Color information
#6A4863 (or 0x6A4863) is known color: Salt Box. HEX triplet: 6A, 48 and 63. RGB value is (106,72,99). Sum of RGB (Red+Green+Blue) = 106+72+99=277 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.27% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4863 is #95B79C. Grayscale: #555555. Windows color (decimal): -9811869 or 6506602. OLE color: 6506602.
HSL color Cylindrical-coordinate representation of color #6A4863: hue angle of 312.35º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A4863 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 72 | 99 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.58 |
| HSL | 312.35º | 0.19% | 0.35% | - |
| HSV(B) | 312.35º | 0.32% | 0.42% | - |
| XYZ | 10.51 | 8.6 | 12.91 | - |
| YUV | 85.24 | 135.76 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 72 | 99 | 0 | 0.32 | 0.07 | 0.58 | 312.35 | 0.19 | 0.35 |
| Hex | 6A | 48 | 63 | 0 | 20 | 7 | 3A | 138 | 13 | 23 |
| Octal | 152 | 110 | 143 | 0 | 40 | 7 | 72 | 470 | 23 | 43 |
| Binary | 1101010 | 1001000 | 1100011 | 0 | 100000 | 111 | 111010 | 100111000 | 10011 | 100011 |
Color Harmonies of #6A4863
Complementary color
Monochromatic Colors of #6A4863
Black with #6A4863
Text Example
Text Example
White with #6A4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4863; }
p { color: rgb(106,72,99); }
H1.HeaderClassName
{
color: #6A4863;
}
.AnyTagClassName
{
color: #6A4863;
}
</style>
background-color css
<style>
a { background-color: #6A4863; }
a { background-color: rgb(106,72,99); }
div.DivClassName
{
background-color: #6A4863;
}
.BgClassName
{
background-color: #6A4863;
}
</style>
border-color css
<style>
span { border-color: #6A4863; }
span { border-color: rgb(106,72,99); }
td.TdClassName
{
border-color: #6A4863;
}
.TagClassName
{
border-color: #6A4863;
}
</style>