Shades of Seance #603963
Tints of Seance #603963
RGB
CMYK
RGB Variations
Color information
#603963 (or 0x603963) is known color: Seance. HEX triplet: 60, 39 and 63. RGB value is (96,57,99). Sum of RGB (Red+Green+Blue) = 96+57+99=252 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.10% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #603963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603963 is #9FC69C. Grayscale: #494949. Windows color (decimal): -10471069 or 6502752. OLE color: 6502752.
HSL color Cylindrical-coordinate representation of color #603963: hue angle of 295.71º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #603963 is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 57 | 99 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.61 |
| HSL | 295.71º | 0.27% | 0.31% | - |
| HSV(B) | 295.71º | 0.42% | 0.39% | - |
| XYZ | 8.54 | 6.31 | 12.57 | - |
| YUV | 73.45 | 142.42 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 99 | 0.03 | 0.42 | 0 | 0.61 | 295.71 | 0.27 | 0.31 |
| Hex | 60 | 39 | 63 | 3 | 2A | 0 | 3D | 128 | 1B | 1F |
| Octal | 140 | 71 | 143 | 3 | 52 | 0 | 75 | 450 | 33 | 37 |
| Binary | 1100000 | 111001 | 1100011 | 11 | 101010 | 0 | 111101 | 100101000 | 11011 | 11111 |
Color Harmonies of #603963
Complementary color
Monochromatic Colors of #603963
Black with #603963
Text Example
Text Example
White with #603963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603963; }
p { color: rgb(96,57,99); }
H1.HeaderClassName
{
color: #603963;
}
.AnyTagClassName
{
color: #603963;
}
</style>
background-color css
<style>
a { background-color: #603963; }
a { background-color: rgb(96,57,99); }
div.DivClassName
{
background-color: #603963;
}
.BgClassName
{
background-color: #603963;
}
</style>
border-color css
<style>
span { border-color: #603963; }
span { border-color: rgb(96,57,99); }
td.TdClassName
{
border-color: #603963;
}
.TagClassName
{
border-color: #603963;
}
</style>