Shades of Seance #602069
Tints of Seance #602069
RGB
CMYK
RGB Variations
Color information
#602069 (or 0x602069) is known color: Seance. HEX triplet: 60, 20 and 69. RGB value is (96,32,105). Sum of RGB (Red+Green+Blue) = 96+32+105=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 105 (41.41% from 255 or 45.06% from 233); Max value from RGB is 105 - color contains mainly: blue. Hex color #602069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602069 is #9FDF96. Grayscale: #3B3B3B. Windows color (decimal): -10477463 or 6889568. OLE color: 6889568.
HSL color Cylindrical-coordinate representation of color #602069: hue angle of 292.6º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602069 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 32 | 105 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.59 |
| HSL | 292.6º | 0.53% | 0.27% | - |
| HSV(B) | 292.6º | 0.7% | 0.41% | - |
| XYZ | 7.89 | 4.54 | 13.83 | - |
| YUV | 59.46 | 153.7 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 105 | 0.09 | 0.70 | 0 | 0.59 | 292.6 | 0.53 | 0.27 |
| Hex | 60 | 20 | 69 | 9 | 46 | 0 | 3B | 125 | 35 | 1B |
| Octal | 140 | 40 | 151 | 11 | 106 | 0 | 73 | 445 | 65 | 33 |
| Binary | 1100000 | 100000 | 1101001 | 1001 | 1000110 | 0 | 111011 | 100100101 | 110101 | 11011 |
Color Harmonies of #602069
Complementary color
Monochromatic Colors of #602069
Black with #602069
Text Example
Text Example
White with #602069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602069; }
p { color: rgb(96,32,105); }
H1.HeaderClassName
{
color: #602069;
}
.AnyTagClassName
{
color: #602069;
}
</style>
background-color css
<style>
a { background-color: #602069; }
a { background-color: rgb(96,32,105); }
div.DivClassName
{
background-color: #602069;
}
.BgClassName
{
background-color: #602069;
}
</style>
border-color css
<style>
span { border-color: #602069; }
span { border-color: rgb(96,32,105); }
td.TdClassName
{
border-color: #602069;
}
.TagClassName
{
border-color: #602069;
}
</style>