Shades of Seance #603861
Tints of Seance #603861
RGB
CMYK
RGB Variations
Color information
#603861 (or 0x603861) is known color: Seance. HEX triplet: 60, 38 and 61. RGB value is (96,56,97). Sum of RGB (Red+Green+Blue) = 96+56+97=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #603861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603861 is #9FC79E. Grayscale: #484848. Windows color (decimal): -10471327 or 6371424. OLE color: 6371424.
HSL color Cylindrical-coordinate representation of color #603861: hue angle of 298.54º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #603861 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 97 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.62 |
| HSL | 298.54º | 0.27% | 0.3% | - |
| HSV(B) | 298.54º | 0.42% | 0.38% | - |
| XYZ | 8.4 | 6.18 | 12.06 | - |
| YUV | 72.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 97 | 0.01 | 0.42 | 0 | 0.62 | 298.54 | 0.27 | 0.3 |
| Hex | 60 | 38 | 61 | 1 | 2A | 0 | 3E | 12B | 1B | 1E |
| Octal | 140 | 70 | 141 | 1 | 52 | 0 | 76 | 453 | 33 | 36 |
| Binary | 1100000 | 111000 | 1100001 | 1 | 101010 | 0 | 111110 | 100101011 | 11011 | 11110 |
Color Harmonies of #603861
Complementary color
Monochromatic Colors of #603861
Black with #603861
Text Example
Text Example
White with #603861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603861; }
p { color: rgb(96,56,97); }
H1.HeaderClassName
{
color: #603861;
}
.AnyTagClassName
{
color: #603861;
}
</style>
background-color css
<style>
a { background-color: #603861; }
a { background-color: rgb(96,56,97); }
div.DivClassName
{
background-color: #603861;
}
.BgClassName
{
background-color: #603861;
}
</style>
border-color css
<style>
span { border-color: #603861; }
span { border-color: rgb(96,56,97); }
td.TdClassName
{
border-color: #603861;
}
.TagClassName
{
border-color: #603861;
}
</style>