Shades of Salt Box #634B60
Tints of Salt Box #634B60
RGB
CMYK
RGB Variations
Color information
#634B60 (or 0x634B60) is known color: Salt Box. HEX triplet: 63, 4B and 60. RGB value is (99,75,96). Sum of RGB (Red+Green+Blue) = 99+75+96=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #634B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634B60 is #9CB49F. Grayscale: #545454. Windows color (decimal): -10269856 or 6310755. OLE color: 6310755.
HSL color Cylindrical-coordinate representation of color #634B60: hue angle of 307.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #634B60 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 96 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.61 |
| HSL | 307.5º | 0.14% | 0.34% | - |
| HSV(B) | 307.5º | 0.24% | 0.39% | - |
| XYZ | 9.77 | 8.53 | 12.2 | - |
| YUV | 84.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 96 | 0 | 0.24 | 0.03 | 0.61 | 307.5 | 0.14 | 0.34 |
| Hex | 63 | 4B | 60 | 0 | 18 | 3 | 3D | 134 | E | 22 |
| Octal | 143 | 113 | 140 | 0 | 30 | 3 | 75 | 464 | 16 | 42 |
| Binary | 1100011 | 1001011 | 1100000 | 0 | 11000 | 11 | 111101 | 100110100 | 1110 | 100010 |
Color Harmonies of #634B60
Complementary color
Monochromatic Colors of #634B60
Black with #634B60
Text Example
Text Example
White with #634B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B60; }
p { color: rgb(99,75,96); }
H1.HeaderClassName
{
color: #634B60;
}
.AnyTagClassName
{
color: #634B60;
}
</style>
background-color css
<style>
a { background-color: #634B60; }
a { background-color: rgb(99,75,96); }
div.DivClassName
{
background-color: #634B60;
}
.BgClassName
{
background-color: #634B60;
}
</style>
border-color css
<style>
span { border-color: #634B60; }
span { border-color: rgb(99,75,96); }
td.TdClassName
{
border-color: #634B60;
}
.TagClassName
{
border-color: #634B60;
}
</style>