Shades of Seance #602369
Tints of Seance #602369
RGB
CMYK
RGB Variations
Color information
#602369 (or 0x602369) is known color: Seance. HEX triplet: 60, 23 and 69. RGB value is (96,35,105). Sum of RGB (Red+Green+Blue) = 96+35+105=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 105 - color contains mainly: blue. Hex color #602369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602369 is #9FDC96. Grayscale: #3D3D3D. Windows color (decimal): -10476695 or 6890336. OLE color: 6890336.
HSL color Cylindrical-coordinate representation of color #602369: hue angle of 292.29º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602369 is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 35 | 105 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.59 |
| HSL | 292.29º | 0.5% | 0.27% | - |
| HSV(B) | 292.29º | 0.67% | 0.41% | - |
| XYZ | 7.97 | 4.71 | 13.85 | - |
| YUV | 61.22 | 152.71 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 35 | 105 | 0.09 | 0.67 | 0 | 0.59 | 292.29 | 0.5 | 0.27 |
| Hex | 60 | 23 | 69 | 9 | 43 | 0 | 3B | 124 | 32 | 1B |
| Octal | 140 | 43 | 151 | 11 | 103 | 0 | 73 | 444 | 62 | 33 |
| Binary | 1100000 | 100011 | 1101001 | 1001 | 1000011 | 0 | 111011 | 100100100 | 110010 | 11011 |
Color Harmonies of #602369
Complementary color
Monochromatic Colors of #602369
Black with #602369
Text Example
Text Example
White with #602369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602369; }
p { color: rgb(96,35,105); }
H1.HeaderClassName
{
color: #602369;
}
.AnyTagClassName
{
color: #602369;
}
</style>
background-color css
<style>
a { background-color: #602369; }
a { background-color: rgb(96,35,105); }
div.DivClassName
{
background-color: #602369;
}
.BgClassName
{
background-color: #602369;
}
</style>
border-color css
<style>
span { border-color: #602369; }
span { border-color: rgb(96,35,105); }
td.TdClassName
{
border-color: #602369;
}
.TagClassName
{
border-color: #602369;
}
</style>