Shades of Seance #602664
Tints of Seance #602664
RGB
CMYK
RGB Variations
Color information
#602664 (or 0x602664) is known color: Seance. HEX triplet: 60, 26 and 64. RGB value is (96,38,100). Sum of RGB (Red+Green+Blue) = 96+38+100=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 100 (39.45% from 255 or 42.74% from 234); Max value from RGB is 100 - color contains mainly: blue. Hex color #602664 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602664 is #9FD99B. Grayscale: #3E3E3E. Windows color (decimal): -10475932 or 6563424. OLE color: 6563424.
HSL color Cylindrical-coordinate representation of color #602664: hue angle of 296.13º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602664 is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 38 | 100 | - |
| CMYK | 0.04 | 0.62 | 0 | 0.61 |
| HSL | 296.13º | 0.45% | 0.27% | - |
| HSV(B) | 296.13º | 0.62% | 0.39% | - |
| XYZ | 7.82 | 4.79 | 12.57 | - |
| YUV | 62.41 | 149.22 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 38 | 100 | 0.04 | 0.62 | 0 | 0.61 | 296.13 | 0.45 | 0.27 |
| Hex | 60 | 26 | 64 | 4 | 3E | 0 | 3D | 128 | 2D | 1B |
| Octal | 140 | 46 | 144 | 4 | 76 | 0 | 75 | 450 | 55 | 33 |
| Binary | 1100000 | 100110 | 1100100 | 100 | 111110 | 0 | 111101 | 100101000 | 101101 | 11011 |
Color Harmonies of #602664
Complementary color
Monochromatic Colors of #602664
Black with #602664
Text Example
Text Example
White with #602664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602664; }
p { color: rgb(96,38,100); }
H1.HeaderClassName
{
color: #602664;
}
.AnyTagClassName
{
color: #602664;
}
</style>
background-color css
<style>
a { background-color: #602664; }
a { background-color: rgb(96,38,100); }
div.DivClassName
{
background-color: #602664;
}
.BgClassName
{
background-color: #602664;
}
</style>
border-color css
<style>
span { border-color: #602664; }
span { border-color: rgb(96,38,100); }
td.TdClassName
{
border-color: #602664;
}
.TagClassName
{
border-color: #602664;
}
</style>