Shades of Seance #602C66
Tints of Seance #602C66
RGB
CMYK
RGB Variations
Color information
#602C66 (or 0x602C66) is known color: Seance. HEX triplet: 60, 2C and 66. RGB value is (96,44,102). Sum of RGB (Red+Green+Blue) = 96+44+102=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 102 (40.23% from 255 or 42.15% from 242); Max value from RGB is 102 - color contains mainly: blue. Hex color #602C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C66 is #9FD399. Grayscale: #414141. Windows color (decimal): -10474394 or 6696032. OLE color: 6696032.
HSL color Cylindrical-coordinate representation of color #602C66: hue angle of 293.79º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #602C66 is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 44 | 102 | - |
| CMYK | 0.06 | 0.57 | 0 | 0.6 |
| HSL | 293.79º | 0.4% | 0.29% | - |
| HSV(B) | 293.79º | 0.57% | 0.4% | - |
| XYZ | 8.12 | 5.25 | 13.16 | - |
| YUV | 66.16 | 148.23 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 102 | 0.06 | 0.57 | 0 | 0.6 | 293.79 | 0.4 | 0.29 |
| Hex | 60 | 2C | 66 | 6 | 39 | 0 | 3C | 126 | 28 | 1D |
| Octal | 140 | 54 | 146 | 6 | 71 | 0 | 74 | 446 | 50 | 35 |
| Binary | 1100000 | 101100 | 1100110 | 110 | 111001 | 0 | 111100 | 100100110 | 101000 | 11101 |
Color Harmonies of #602C66
Complementary color
Monochromatic Colors of #602C66
Black with #602C66
Text Example
Text Example
White with #602C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C66; }
p { color: rgb(96,44,102); }
H1.HeaderClassName
{
color: #602C66;
}
.AnyTagClassName
{
color: #602C66;
}
</style>
background-color css
<style>
a { background-color: #602C66; }
a { background-color: rgb(96,44,102); }
div.DivClassName
{
background-color: #602C66;
}
.BgClassName
{
background-color: #602C66;
}
</style>
border-color css
<style>
span { border-color: #602C66; }
span { border-color: rgb(96,44,102); }
td.TdClassName
{
border-color: #602C66;
}
.TagClassName
{
border-color: #602C66;
}
</style>