Shades of Seance #602C6B
Tints of Seance #602C6B
RGB
CMYK
RGB Variations
Color information
#602C6B (or 0x602C6B) is known color: Seance. HEX triplet: 60, 2C and 6B. RGB value is (96,44,107). Sum of RGB (Red+Green+Blue) = 96+44+107=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #602C6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C6B is #9FD394. Grayscale: #424242. Windows color (decimal): -10474389 or 7023712. OLE color: 7023712.
HSL color Cylindrical-coordinate representation of color #602C6B: hue angle of 289.52º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #602C6B is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 44 | 107 | - |
| CMYK | 0.10 | 0.59 | 0 | 0.58 |
| HSL | 289.52º | 0.42% | 0.3% | - |
| HSV(B) | 289.52º | 0.59% | 0.42% | - |
| XYZ | 8.38 | 5.35 | 14.5 | - |
| YUV | 66.73 | 150.73 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 107 | 0.10 | 0.59 | 0 | 0.58 | 289.52 | 0.42 | 0.3 |
| Hex | 60 | 2C | 6B | A | 3B | 0 | 3A | 122 | 2A | 1E |
| Octal | 140 | 54 | 153 | 12 | 73 | 0 | 72 | 442 | 52 | 36 |
| Binary | 1100000 | 101100 | 1101011 | 1010 | 111011 | 0 | 111010 | 100100010 | 101010 | 11110 |
Color Harmonies of #602C6B
Complementary color
Monochromatic Colors of #602C6B
Black with #602C6B
Text Example
Text Example
White with #602C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C6B; }
p { color: rgb(96,44,107); }
H1.HeaderClassName
{
color: #602C6B;
}
.AnyTagClassName
{
color: #602C6B;
}
</style>
background-color css
<style>
a { background-color: #602C6B; }
a { background-color: rgb(96,44,107); }
div.DivClassName
{
background-color: #602C6B;
}
.BgClassName
{
background-color: #602C6B;
}
</style>
border-color css
<style>
span { border-color: #602C6B; }
span { border-color: rgb(96,44,107); }
td.TdClassName
{
border-color: #602C6B;
}
.TagClassName
{
border-color: #602C6B;
}
</style>