Shades of Seance #603961
Tints of Seance #603961
RGB
CMYK
RGB Variations
Color information
#603961 (or 0x603961) is known color: Seance. HEX triplet: 60, 39 and 61. RGB value is (96,57,97). Sum of RGB (Red+Green+Blue) = 96+57+97=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #603961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603961 is #9FC69E. Grayscale: #494949. Windows color (decimal): -10471071 or 6371680. OLE color: 6371680.
HSL color Cylindrical-coordinate representation of color #603961: hue angle of 298.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #603961 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 57 | 97 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.62 |
| HSL | 298.5º | 0.26% | 0.3% | - |
| HSV(B) | 298.5º | 0.41% | 0.38% | - |
| XYZ | 8.44 | 6.28 | 12.08 | - |
| YUV | 73.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 57 | 97 | 0.01 | 0.41 | 0 | 0.62 | 298.5 | 0.26 | 0.3 |
| Hex | 60 | 39 | 61 | 1 | 29 | 0 | 3E | 12A | 1A | 1E |
| Octal | 140 | 71 | 141 | 1 | 51 | 0 | 76 | 452 | 32 | 36 |
| Binary | 1100000 | 111001 | 1100001 | 1 | 101001 | 0 | 111110 | 100101010 | 11010 | 11110 |
Color Harmonies of #603961
Complementary color
Monochromatic Colors of #603961
Black with #603961
Text Example
Text Example
White with #603961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603961; }
p { color: rgb(96,57,97); }
H1.HeaderClassName
{
color: #603961;
}
.AnyTagClassName
{
color: #603961;
}
</style>
background-color css
<style>
a { background-color: #603961; }
a { background-color: rgb(96,57,97); }
div.DivClassName
{
background-color: #603961;
}
.BgClassName
{
background-color: #603961;
}
</style>
border-color css
<style>
span { border-color: #603961; }
span { border-color: rgb(96,57,97); }
td.TdClassName
{
border-color: #603961;
}
.TagClassName
{
border-color: #603961;
}
</style>