Shades of Seance #602368
Tints of Seance #602368
RGB
CMYK
RGB Variations
Color information
#602368 (or 0x602368) is known color: Seance. HEX triplet: 60, 23 and 68. RGB value is (96,35,104). Sum of RGB (Red+Green+Blue) = 96+35+104=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 104 - color contains mainly: blue. Hex color #602368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602368 is #9FDC97. Grayscale: #3C3C3C. Windows color (decimal): -10476696 or 6824800. OLE color: 6824800.
HSL color Cylindrical-coordinate representation of color #602368: hue angle of 293.04º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602368 is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 35 | 104 | - |
| CMYK | 0.08 | 0.66 | 0 | 0.59 |
| HSL | 293.04º | 0.5% | 0.27% | - |
| HSV(B) | 293.04º | 0.66% | 0.41% | - |
| XYZ | 7.92 | 4.69 | 13.58 | - |
| YUV | 61.11 | 152.21 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 104 | 0.08 | 0.66 | 0 | 0.59 | 293.04 | 0.5 | 0.27 |
| Hex | 60 | 23 | 68 | 8 | 42 | 0 | 3B | 125 | 32 | 1B |
| Octal | 140 | 43 | 150 | 10 | 102 | 0 | 73 | 445 | 62 | 33 |
| Binary | 1100000 | 100011 | 1101000 | 1000 | 1000010 | 0 | 111011 | 100100101 | 110010 | 11011 |
Color Harmonies of #602368
Complementary color
Monochromatic Colors of #602368
Black with #602368
Text Example
Text Example
White with #602368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602368; }
p { color: rgb(96,35,104); }
H1.HeaderClassName
{
color: #602368;
}
.AnyTagClassName
{
color: #602368;
}
</style>
background-color css
<style>
a { background-color: #602368; }
a { background-color: rgb(96,35,104); }
div.DivClassName
{
background-color: #602368;
}
.BgClassName
{
background-color: #602368;
}
</style>
border-color css
<style>
span { border-color: #602368; }
span { border-color: rgb(96,35,104); }
td.TdClassName
{
border-color: #602368;
}
.TagClassName
{
border-color: #602368;
}
</style>