Shades of Seance #602C65
Tints of Seance #602C65
RGB
CMYK
RGB Variations
Color information
#602C65 (or 0x602C65) is known color: Seance. HEX triplet: 60, 2C and 65. RGB value is (96,44,101). Sum of RGB (Red+Green+Blue) = 96+44+101=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 101 - color contains mainly: blue. Hex color #602C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C65 is #9FD39A. Grayscale: #414141. Windows color (decimal): -10474395 or 6630496. OLE color: 6630496.
HSL color Cylindrical-coordinate representation of color #602C65: hue angle of 294.74º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602C65 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 44 | 101 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.60 |
| HSL | 294.74º | 0.39% | 0.28% | - |
| HSV(B) | 294.74º | 0.56% | 0.4% | - |
| XYZ | 8.07 | 5.23 | 12.9 | - |
| YUV | 66.05 | 147.73 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 101 | 0.05 | 0.56 | 0 | 0.60 | 294.74 | 0.39 | 0.28 |
| Hex | 60 | 2C | 65 | 5 | 38 | 0 | 3C | 127 | 27 | 1C |
| Octal | 140 | 54 | 145 | 5 | 70 | 0 | 74 | 447 | 47 | 34 |
| Binary | 1100000 | 101100 | 1100101 | 101 | 111000 | 0 | 111100 | 100100111 | 100111 | 11100 |
Color Harmonies of #602C65
Complementary color
Monochromatic Colors of #602C65
Black with #602C65
Text Example
Text Example
White with #602C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C65; }
p { color: rgb(96,44,101); }
H1.HeaderClassName
{
color: #602C65;
}
.AnyTagClassName
{
color: #602C65;
}
</style>
background-color css
<style>
a { background-color: #602C65; }
a { background-color: rgb(96,44,101); }
div.DivClassName
{
background-color: #602C65;
}
.BgClassName
{
background-color: #602C65;
}
</style>
border-color css
<style>
span { border-color: #602C65; }
span { border-color: rgb(96,44,101); }
td.TdClassName
{
border-color: #602C65;
}
.TagClassName
{
border-color: #602C65;
}
</style>