Shades of Salt Box #604B5E
Tints of Salt Box #604B5E
RGB
CMYK
RGB Variations
Color information
#604B5E (or 0x604B5E) is known color: Salt Box. HEX triplet: 60, 4B and 5E. RGB value is (96,75,94). Sum of RGB (Red+Green+Blue) = 96+75+94=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 96 - color contains mainly: red. Hex color #604B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604B5E is #9FB4A1. Grayscale: #535353. Windows color (decimal): -10466466 or 6179680. OLE color: 6179680.
HSL color Cylindrical-coordinate representation of color #604B5E: hue angle of 305.71º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #604B5E is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
RGB | 96 | 75 | 94 | - |
CMYK | 0 | 0.22 | 0.02 | 0.62 |
HSL | 305.71º | 0.12% | 0.34% | - |
HSV(B) | 305.71º | 0.22% | 0.38% | - |
XYZ | 9.36 | 8.33 | 11.7 | - |
YUV | 83.45 | 133.96 | 136.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 75 | 94 | 0 | 0.22 | 0.02 | 0.62 | 305.71 | 0.12 | 0.34 |
Hex | 60 | 4B | 5E | 0 | 16 | 2 | 3E | 132 | C | 22 |
Octal | 140 | 113 | 136 | 0 | 26 | 2 | 76 | 462 | 14 | 42 |
Binary | 1100000 | 1001011 | 1011110 | 0 | 10110 | 10 | 111110 | 100110010 | 1100 | 100010 |
Color Harmonies of #604B5E
Complementary color
Monochromatic Colors of #604B5E
Black with #604B5E
Text Example
Text Example
White with #604B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604B5E; }
p { color: rgb(96,75,94); }
H1.HeaderClassName
{
color: #604B5E;
}
.AnyTagClassName
{
color: #604B5E;
}
</style>
background-color css
<style>
a { background-color: #604B5E; }
a { background-color: rgb(96,75,94); }
div.DivClassName
{
background-color: #604B5E;
}
.BgClassName
{
background-color: #604B5E;
}
</style>
border-color css
<style>
span { border-color: #604B5E; }
span { border-color: rgb(96,75,94); }
td.TdClassName
{
border-color: #604B5E;
}
.TagClassName
{
border-color: #604B5E;
}
</style>