Shades of Salt Box #635462
Tints of Salt Box #635462
RGB
CMYK
RGB Variations
Color information
#635462 (or 0x635462) is known color: Salt Box. HEX triplet: 63, 54 and 62. RGB value is (99,84,98). Sum of RGB (Red+Green+Blue) = 99+84+98=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635462 is #9CAB9D. Grayscale: #5A5A5A. Windows color (decimal): -10267550 or 6444131. OLE color: 6444131.
HSL color Cylindrical-coordinate representation of color #635462: hue angle of 304º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #635462 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 84 | 98 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.61 |
| HSL | 304º | 0.08% | 0.36% | - |
| HSV(B) | 304º | 0.15% | 0.39% | - |
| XYZ | 10.52 | 9.88 | 12.91 | - |
| YUV | 90.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 84 | 98 | 0 | 0.15 | 0.01 | 0.61 | 304 | 0.08 | 0.36 |
| Hex | 63 | 54 | 62 | 0 | F | 1 | 3D | 130 | 8 | 24 |
| Octal | 143 | 124 | 142 | 0 | 17 | 1 | 75 | 460 | 10 | 44 |
| Binary | 1100011 | 1010100 | 1100010 | 0 | 1111 | 1 | 111101 | 100110000 | 1000 | 100100 |
Color Harmonies of #635462
Complementary color
Monochromatic Colors of #635462
Black with #635462
Text Example
Text Example
White with #635462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635462; }
p { color: rgb(99,84,98); }
H1.HeaderClassName
{
color: #635462;
}
.AnyTagClassName
{
color: #635462;
}
</style>
background-color css
<style>
a { background-color: #635462; }
a { background-color: rgb(99,84,98); }
div.DivClassName
{
background-color: #635462;
}
.BgClassName
{
background-color: #635462;
}
</style>
border-color css
<style>
span { border-color: #635462; }
span { border-color: rgb(99,84,98); }
td.TdClassName
{
border-color: #635462;
}
.TagClassName
{
border-color: #635462;
}
</style>