Shades of Seance #603568
Tints of Seance #603568
RGB
CMYK
RGB Variations
Color information
#603568 (or 0x603568) is known color: Seance. HEX triplet: 60, 35 and 68. RGB value is (96,53,104). Sum of RGB (Red+Green+Blue) = 96+53+104=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #603568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603568 is #9FCA97. Grayscale: #474747. Windows color (decimal): -10472088 or 6829408. OLE color: 6829408.
HSL color Cylindrical-coordinate representation of color #603568: hue angle of 290.59º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #603568 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 53 | 104 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.59 |
| HSL | 290.59º | 0.32% | 0.31% | - |
| HSV(B) | 290.59º | 0.49% | 0.41% | - |
| XYZ | 8.6 | 6.03 | 13.81 | - |
| YUV | 71.67 | 146.25 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 53 | 104 | 0.08 | 0.49 | 0 | 0.59 | 290.59 | 0.32 | 0.31 |
| Hex | 60 | 35 | 68 | 8 | 31 | 0 | 3B | 123 | 20 | 1F |
| Octal | 140 | 65 | 150 | 10 | 61 | 0 | 73 | 443 | 40 | 37 |
| Binary | 1100000 | 110101 | 1101000 | 1000 | 110001 | 0 | 111011 | 100100011 | 100000 | 11111 |
Color Harmonies of #603568
Complementary color
Monochromatic Colors of #603568
Black with #603568
Text Example
Text Example
White with #603568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603568; }
p { color: rgb(96,53,104); }
H1.HeaderClassName
{
color: #603568;
}
.AnyTagClassName
{
color: #603568;
}
</style>
background-color css
<style>
a { background-color: #603568; }
a { background-color: rgb(96,53,104); }
div.DivClassName
{
background-color: #603568;
}
.BgClassName
{
background-color: #603568;
}
</style>
border-color css
<style>
span { border-color: #603568; }
span { border-color: rgb(96,53,104); }
td.TdClassName
{
border-color: #603568;
}
.TagClassName
{
border-color: #603568;
}
</style>