Shades of Salt Box #6A5463
Tints of Salt Box #6A5463
RGB
CMYK
RGB Variations
Color information
#6A5463 (or 0x6A5463) is known color: Salt Box. HEX triplet: 6A, 54 and 63. RGB value is (106,84,99). Sum of RGB (Red+Green+Blue) = 106+84+99=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5463 is #95AB9C. Grayscale: #5C5C5C. Windows color (decimal): -9808797 or 6509674. OLE color: 6509674.
HSL color Cylindrical-coordinate representation of color #6A5463: hue angle of 319.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A5463 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 84 | 99 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.58 |
| HSL | 319.09º | 0.12% | 0.37% | - |
| HSV(B) | 319.09º | 0.21% | 0.42% | - |
| XYZ | 11.37 | 10.31 | 13.19 | - |
| YUV | 92.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 84 | 99 | 0 | 0.21 | 0.07 | 0.58 | 319.09 | 0.12 | 0.37 |
| Hex | 6A | 54 | 63 | 0 | 15 | 7 | 3A | 13F | C | 25 |
| Octal | 152 | 124 | 143 | 0 | 25 | 7 | 72 | 477 | 14 | 45 |
| Binary | 1101010 | 1010100 | 1100011 | 0 | 10101 | 111 | 111010 | 100111111 | 1100 | 100101 |
Color Harmonies of #6A5463
Complementary color
Monochromatic Colors of #6A5463
Black with #6A5463
Text Example
Text Example
White with #6A5463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5463; }
p { color: rgb(106,84,99); }
H1.HeaderClassName
{
color: #6A5463;
}
.AnyTagClassName
{
color: #6A5463;
}
</style>
background-color css
<style>
a { background-color: #6A5463; }
a { background-color: rgb(106,84,99); }
div.DivClassName
{
background-color: #6A5463;
}
.BgClassName
{
background-color: #6A5463;
}
</style>
border-color css
<style>
span { border-color: #6A5463; }
span { border-color: rgb(106,84,99); }
td.TdClassName
{
border-color: #6A5463;
}
.TagClassName
{
border-color: #6A5463;
}
</style>