Shades of Salt Box #624F61
Tints of Salt Box #624F61
RGB
CMYK
RGB Variations
Color information
#624F61 (or 0x624F61) is known color: Salt Box. HEX triplet: 62, 4F and 61. RGB value is (98,79,97). Sum of RGB (Red+Green+Blue) = 98+79+97=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 97 (38.28% from 255 or 35.40% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #624F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #624F61 is #9DB09E. Grayscale: #565656. Windows color (decimal): -10334367 or 6377314. OLE color: 6377314.
HSL color Cylindrical-coordinate representation of color #624F61: hue angle of 303.16º 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 #624F61 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 97 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.62 |
| HSL | 303.16º | 0.11% | 0.35% | - |
| HSV(B) | 303.16º | 0.19% | 0.38% | - |
| XYZ | 9.99 | 9.05 | 12.53 | - |
| YUV | 86.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 97 | 0 | 0.19 | 0.01 | 0.62 | 303.16 | 0.11 | 0.35 |
| Hex | 62 | 4F | 61 | 0 | 13 | 1 | 3E | 12F | B | 23 |
| Octal | 142 | 117 | 141 | 0 | 23 | 1 | 76 | 457 | 13 | 43 |
| Binary | 1100010 | 1001111 | 1100001 | 0 | 10011 | 1 | 111110 | 100101111 | 1011 | 100011 |
Color Harmonies of #624F61
Complementary color
Monochromatic Colors of #624F61
Black with #624F61
Text Example
Text Example
White with #624F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F61; }
p { color: rgb(98,79,97); }
H1.HeaderClassName
{
color: #624F61;
}
.AnyTagClassName
{
color: #624F61;
}
</style>
background-color css
<style>
a { background-color: #624F61; }
a { background-color: rgb(98,79,97); }
div.DivClassName
{
background-color: #624F61;
}
.BgClassName
{
background-color: #624F61;
}
</style>
border-color css
<style>
span { border-color: #624F61; }
span { border-color: rgb(98,79,97); }
td.TdClassName
{
border-color: #624F61;
}
.TagClassName
{
border-color: #624F61;
}
</style>