Shades of Salt Box #614F60
Tints of Salt Box #614F60
RGB
CMYK
RGB Variations
Color information
#614F60 (or 0x614F60) is known color: Salt Box. HEX triplet: 61, 4F and 60. RGB value is (97,79,96). Sum of RGB (Red+Green+Blue) = 97+79+96=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #614F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614F60 is #9EB09F. Grayscale: #565656. Windows color (decimal): -10399904 or 6311777. OLE color: 6311777.
HSL color Cylindrical-coordinate representation of color #614F60: hue angle of 303.33º degrees, saturation: 0.1, 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 #614F60 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 96 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.62 |
| HSL | 303.33º | 0.1% | 0.35% | - |
| HSV(B) | 303.33º | 0.19% | 0.38% | - |
| XYZ | 9.84 | 8.98 | 12.28 | - |
| YUV | 86.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 96 | 0 | 0.19 | 0.01 | 0.62 | 303.33 | 0.1 | 0.35 |
| Hex | 61 | 4F | 60 | 0 | 13 | 1 | 3E | 12F | A | 23 |
| Octal | 141 | 117 | 140 | 0 | 23 | 1 | 76 | 457 | 12 | 43 |
| Binary | 1100001 | 1001111 | 1100000 | 0 | 10011 | 1 | 111110 | 100101111 | 1010 | 100011 |
Color Harmonies of #614F60
Complementary color
Monochromatic Colors of #614F60
Black with #614F60
Text Example
Text Example
White with #614F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F60; }
p { color: rgb(97,79,96); }
H1.HeaderClassName
{
color: #614F60;
}
.AnyTagClassName
{
color: #614F60;
}
</style>
background-color css
<style>
a { background-color: #614F60; }
a { background-color: rgb(97,79,96); }
div.DivClassName
{
background-color: #614F60;
}
.BgClassName
{
background-color: #614F60;
}
</style>
border-color css
<style>
span { border-color: #614F60; }
span { border-color: rgb(97,79,96); }
td.TdClassName
{
border-color: #614F60;
}
.TagClassName
{
border-color: #614F60;
}
</style>