Shades of Seance #603862
Tints of Seance #603862
RGB
CMYK
RGB Variations
Color information
#603862 (or 0x603862) is known color: Seance. HEX triplet: 60, 38 and 62. RGB value is (96,56,98). Sum of RGB (Red+Green+Blue) = 96+56+98=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #603862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603862 is #9FC79D. Grayscale: #484848. Windows color (decimal): -10471326 or 6436960. OLE color: 6436960.
HSL color Cylindrical-coordinate representation of color #603862: hue angle of 297.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #603862 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 56 | 98 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.62 |
| HSL | 297.14º | 0.27% | 0.3% | - |
| HSV(B) | 297.14º | 0.43% | 0.38% | - |
| XYZ | 8.44 | 6.2 | 12.31 | - |
| YUV | 72.75 | 142.25 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 98 | 0.02 | 0.43 | 0 | 0.62 | 297.14 | 0.27 | 0.3 |
| Hex | 60 | 38 | 62 | 2 | 2B | 0 | 3E | 129 | 1B | 1E |
| Octal | 140 | 70 | 142 | 2 | 53 | 0 | 76 | 451 | 33 | 36 |
| Binary | 1100000 | 111000 | 1100010 | 10 | 101011 | 0 | 111110 | 100101001 | 11011 | 11110 |
Color Harmonies of #603862
Complementary color
Monochromatic Colors of #603862
Black with #603862
Text Example
Text Example
White with #603862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603862; }
p { color: rgb(96,56,98); }
H1.HeaderClassName
{
color: #603862;
}
.AnyTagClassName
{
color: #603862;
}
</style>
background-color css
<style>
a { background-color: #603862; }
a { background-color: rgb(96,56,98); }
div.DivClassName
{
background-color: #603862;
}
.BgClassName
{
background-color: #603862;
}
</style>
border-color css
<style>
span { border-color: #603862; }
span { border-color: rgb(96,56,98); }
td.TdClassName
{
border-color: #603862;
}
.TagClassName
{
border-color: #603862;
}
</style>