Shades of Salt Box #624F60
Tints of Salt Box #624F60
RGB
CMYK
RGB Variations
Color information
#624F60 (or 0x624F60) is known color: Salt Box. HEX triplet: 62, 4F and 60. RGB value is (98,79,96). Sum of RGB (Red+Green+Blue) = 98+79+96=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #624F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F60 is #9DB09F. Grayscale: #565656. Windows color (decimal): -10334368 or 6311778. OLE color: 6311778.
HSL color Cylindrical-coordinate representation of color #624F60: hue angle of 306.32º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #624F60 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 96 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.62 |
| HSL | 306.32º | 0.11% | 0.35% | - |
| HSV(B) | 306.32º | 0.19% | 0.38% | - |
| XYZ | 9.94 | 9.03 | 12.29 | - |
| YUV | 86.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 96 | 0 | 0.19 | 0.02 | 0.62 | 306.32 | 0.11 | 0.35 |
| Hex | 62 | 4F | 60 | 0 | 13 | 2 | 3E | 132 | B | 23 |
| Octal | 142 | 117 | 140 | 0 | 23 | 2 | 76 | 462 | 13 | 43 |
| Binary | 1100010 | 1001111 | 1100000 | 0 | 10011 | 10 | 111110 | 100110010 | 1011 | 100011 |
Color Harmonies of #624F60
Complementary color
Monochromatic Colors of #624F60
Black with #624F60
Text Example
Text Example
White with #624F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F60; }
p { color: rgb(98,79,96); }
H1.HeaderClassName
{
color: #624F60;
}
.AnyTagClassName
{
color: #624F60;
}
</style>
background-color css
<style>
a { background-color: #624F60; }
a { background-color: rgb(98,79,96); }
div.DivClassName
{
background-color: #624F60;
}
.BgClassName
{
background-color: #624F60;
}
</style>
border-color css
<style>
span { border-color: #624F60; }
span { border-color: rgb(98,79,96); }
td.TdClassName
{
border-color: #624F60;
}
.TagClassName
{
border-color: #624F60;
}
</style>