Shades of Seance #602866
Tints of Seance #602866
RGB
CMYK
RGB Variations
Color information
#602866 (or 0x602866) is known color: Seance. HEX triplet: 60, 28 and 66. RGB value is (96,40,102). Sum of RGB (Red+Green+Blue) = 96+40+102=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #602866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602866 is #9FD799. Grayscale: #3F3F3F. Windows color (decimal): -10475418 or 6695008. OLE color: 6695008.
HSL color Cylindrical-coordinate representation of color #602866: hue angle of 294.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #602866 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 40 | 102 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.6 |
| HSL | 294.19º | 0.44% | 0.28% | - |
| HSV(B) | 294.19º | 0.61% | 0.4% | - |
| XYZ | 7.98 | 4.96 | 13.11 | - |
| YUV | 63.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 40 | 102 | 0.06 | 0.61 | 0 | 0.6 | 294.19 | 0.44 | 0.28 |
| Hex | 60 | 28 | 66 | 6 | 3D | 0 | 3C | 126 | 2C | 1C |
| Octal | 140 | 50 | 146 | 6 | 75 | 0 | 74 | 446 | 54 | 34 |
| Binary | 1100000 | 101000 | 1100110 | 110 | 111101 | 0 | 111100 | 100100110 | 101100 | 11100 |
Color Harmonies of #602866
Complementary color
Monochromatic Colors of #602866
Black with #602866
Text Example
Text Example
White with #602866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602866; }
p { color: rgb(96,40,102); }
H1.HeaderClassName
{
color: #602866;
}
.AnyTagClassName
{
color: #602866;
}
</style>
background-color css
<style>
a { background-color: #602866; }
a { background-color: rgb(96,40,102); }
div.DivClassName
{
background-color: #602866;
}
.BgClassName
{
background-color: #602866;
}
</style>
border-color css
<style>
span { border-color: #602866; }
span { border-color: rgb(96,40,102); }
td.TdClassName
{
border-color: #602866;
}
.TagClassName
{
border-color: #602866;
}
</style>