Shades of Salt Box #685364
Tints of Salt Box #685364
RGB
CMYK
RGB Variations
Color information
#685364 (or 0x685364) is known color: Salt Box. HEX triplet: 68, 53 and 64. RGB value is (104,83,100). Sum of RGB (Red+Green+Blue) = 104+83+100=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685364 is #97AC9B. Grayscale: #5B5B5B. Windows color (decimal): -9940124 or 6574952. OLE color: 6574952.
HSL color Cylindrical-coordinate representation of color #685364: hue angle of 311.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685364 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 83 | 100 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.59 |
| HSL | 311.43º | 0.11% | 0.37% | - |
| HSV(B) | 311.43º | 0.2% | 0.41% | - |
| XYZ | 11.1 | 10.05 | 13.41 | - |
| YUV | 91.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 83 | 100 | 0 | 0.20 | 0.04 | 0.59 | 311.43 | 0.11 | 0.37 |
| Hex | 68 | 53 | 64 | 0 | 14 | 4 | 3B | 137 | B | 25 |
| Octal | 150 | 123 | 144 | 0 | 24 | 4 | 73 | 467 | 13 | 45 |
| Binary | 1101000 | 1010011 | 1100100 | 0 | 10100 | 100 | 111011 | 100110111 | 1011 | 100101 |
Color Harmonies of #685364
Complementary color
Monochromatic Colors of #685364
Black with #685364
Text Example
Text Example
White with #685364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685364; }
p { color: rgb(104,83,100); }
H1.HeaderClassName
{
color: #685364;
}
.AnyTagClassName
{
color: #685364;
}
</style>
background-color css
<style>
a { background-color: #685364; }
a { background-color: rgb(104,83,100); }
div.DivClassName
{
background-color: #685364;
}
.BgClassName
{
background-color: #685364;
}
</style>
border-color css
<style>
span { border-color: #685364; }
span { border-color: rgb(104,83,100); }
td.TdClassName
{
border-color: #685364;
}
.TagClassName
{
border-color: #685364;
}
</style>