Shades of Seance #602168
Tints of Seance #602168
RGB
CMYK
RGB Variations
Color information
#602168 (or 0x602168) is known color: Seance. HEX triplet: 60, 21 and 68. RGB value is (96,33,104). Sum of RGB (Red+Green+Blue) = 96+33+104=233 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.20% from 233); Green value is 33 (13.28% from 255 or 14.16% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #602168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602168 is #9FDE97. Grayscale: #3B3B3B. Windows color (decimal): -10477208 or 6824288. OLE color: 6824288.
HSL color Cylindrical-coordinate representation of color #602168: hue angle of 293.24º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #602168 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 33 | 104 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.59 |
| HSL | 293.24º | 0.52% | 0.27% | - |
| HSV(B) | 293.24º | 0.68% | 0.41% | - |
| XYZ | 7.87 | 4.57 | 13.56 | - |
| YUV | 59.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 104 | 0.08 | 0.68 | 0 | 0.59 | 293.24 | 0.52 | 0.27 |
| Hex | 60 | 21 | 68 | 8 | 44 | 0 | 3B | 125 | 34 | 1B |
| Octal | 140 | 41 | 150 | 10 | 104 | 0 | 73 | 445 | 64 | 33 |
| Binary | 1100000 | 100001 | 1101000 | 1000 | 1000100 | 0 | 111011 | 100100101 | 110100 | 11011 |
Color Harmonies of #602168
Complementary color
Monochromatic Colors of #602168
Black with #602168
Text Example
Text Example
White with #602168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602168; }
p { color: rgb(96,33,104); }
H1.HeaderClassName
{
color: #602168;
}
.AnyTagClassName
{
color: #602168;
}
</style>
background-color css
<style>
a { background-color: #602168; }
a { background-color: rgb(96,33,104); }
div.DivClassName
{
background-color: #602168;
}
.BgClassName
{
background-color: #602168;
}
</style>
border-color css
<style>
span { border-color: #602168; }
span { border-color: rgb(96,33,104); }
td.TdClassName
{
border-color: #602168;
}
.TagClassName
{
border-color: #602168;
}
</style>