Shades of Seance #602465
Tints of Seance #602465
RGB
CMYK
RGB Variations
Color information
#602465 (or 0x602465) is known color: Seance. HEX triplet: 60, 24 and 65. RGB value is (96,36,101). Sum of RGB (Red+Green+Blue) = 96+36+101=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 101 (39.84% from 255 or 43.35% from 233); Max value from RGB is 101 - color contains mainly: blue. Hex color #602465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602465 is #9FDB9A. Grayscale: #3D3D3D. Windows color (decimal): -10476443 or 6628448. OLE color: 6628448.
HSL color Cylindrical-coordinate representation of color #602465: hue angle of 295.38º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #602465 is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 36 | 101 | - |
| CMYK | 0.05 | 0.64 | 0 | 0.60 |
| HSL | 295.38º | 0.47% | 0.27% | - |
| HSV(B) | 295.38º | 0.64% | 0.4% | - |
| XYZ | 7.8 | 4.69 | 12.81 | - |
| YUV | 61.35 | 150.38 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 101 | 0.05 | 0.64 | 0 | 0.60 | 295.38 | 0.47 | 0.27 |
| Hex | 60 | 24 | 65 | 5 | 40 | 0 | 3C | 127 | 2F | 1B |
| Octal | 140 | 44 | 145 | 5 | 100 | 0 | 74 | 447 | 57 | 33 |
| Binary | 1100000 | 100100 | 1100101 | 101 | 1000000 | 0 | 111100 | 100100111 | 101111 | 11011 |
Color Harmonies of #602465
Complementary color
Monochromatic Colors of #602465
Black with #602465
Text Example
Text Example
White with #602465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602465; }
p { color: rgb(96,36,101); }
H1.HeaderClassName
{
color: #602465;
}
.AnyTagClassName
{
color: #602465;
}
</style>
background-color css
<style>
a { background-color: #602465; }
a { background-color: rgb(96,36,101); }
div.DivClassName
{
background-color: #602465;
}
.BgClassName
{
background-color: #602465;
}
</style>
border-color css
<style>
span { border-color: #602465; }
span { border-color: rgb(96,36,101); }
td.TdClassName
{
border-color: #602465;
}
.TagClassName
{
border-color: #602465;
}
</style>