Shades of Salt Box #624C60
Tints of Salt Box #624C60
RGB
CMYK
RGB Variations
Color information
#624C60 (or 0x624C60) is known color: Salt Box. HEX triplet: 62, 4C and 60. RGB value is (98,76,96). Sum of RGB (Red+Green+Blue) = 98+76+96=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #624C60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624C60 is #9DB39F. Grayscale: #545454. Windows color (decimal): -10335136 or 6311010. OLE color: 6311010.
HSL color Cylindrical-coordinate representation of color #624C60: hue angle of 305.45º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #624C60 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 96 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.62 |
| HSL | 305.45º | 0.13% | 0.34% | - |
| HSV(B) | 305.45º | 0.22% | 0.38% | - |
| XYZ | 9.73 | 8.61 | 12.22 | - |
| YUV | 84.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 96 | 0 | 0.22 | 0.02 | 0.62 | 305.45 | 0.13 | 0.34 |
| Hex | 62 | 4C | 60 | 0 | 16 | 2 | 3E | 131 | D | 22 |
| Octal | 142 | 114 | 140 | 0 | 26 | 2 | 76 | 461 | 15 | 42 |
| Binary | 1100010 | 1001100 | 1100000 | 0 | 10110 | 10 | 111110 | 100110001 | 1101 | 100010 |
Color Harmonies of #624C60
Complementary color
Monochromatic Colors of #624C60
Black with #624C60
Text Example
Text Example
White with #624C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C60; }
p { color: rgb(98,76,96); }
H1.HeaderClassName
{
color: #624C60;
}
.AnyTagClassName
{
color: #624C60;
}
</style>
background-color css
<style>
a { background-color: #624C60; }
a { background-color: rgb(98,76,96); }
div.DivClassName
{
background-color: #624C60;
}
.BgClassName
{
background-color: #624C60;
}
</style>
border-color css
<style>
span { border-color: #624C60; }
span { border-color: rgb(98,76,96); }
td.TdClassName
{
border-color: #624C60;
}
.TagClassName
{
border-color: #624C60;
}
</style>