Shades of Seance #602E66
Tints of Seance #602E66
RGB
CMYK
RGB Variations
Color information
#602E66 (or 0x602E66) is known color: Seance. HEX triplet: 60, 2E and 66. RGB value is (96,46,102). Sum of RGB (Red+Green+Blue) = 96+46+102=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #602E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E66 is #9FD199. Grayscale: #434343. Windows color (decimal): -10473882 or 6696544. OLE color: 6696544.
HSL color Cylindrical-coordinate representation of color #602E66: hue angle of 293.57º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #602E66 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 46 | 102 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.6 |
| HSL | 293.57º | 0.38% | 0.29% | - |
| HSV(B) | 293.57º | 0.55% | 0.4% | - |
| XYZ | 8.2 | 5.4 | 13.18 | - |
| YUV | 67.33 | 147.57 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 102 | 0.06 | 0.55 | 0 | 0.6 | 293.57 | 0.38 | 0.29 |
| Hex | 60 | 2E | 66 | 6 | 37 | 0 | 3C | 126 | 26 | 1D |
| Octal | 140 | 56 | 146 | 6 | 67 | 0 | 74 | 446 | 46 | 35 |
| Binary | 1100000 | 101110 | 1100110 | 110 | 110111 | 0 | 111100 | 100100110 | 100110 | 11101 |
Color Harmonies of #602E66
Complementary color
Monochromatic Colors of #602E66
Black with #602E66
Text Example
Text Example
White with #602E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E66; }
p { color: rgb(96,46,102); }
H1.HeaderClassName
{
color: #602E66;
}
.AnyTagClassName
{
color: #602E66;
}
</style>
background-color css
<style>
a { background-color: #602E66; }
a { background-color: rgb(96,46,102); }
div.DivClassName
{
background-color: #602E66;
}
.BgClassName
{
background-color: #602E66;
}
</style>
border-color css
<style>
span { border-color: #602E66; }
span { border-color: rgb(96,46,102); }
td.TdClassName
{
border-color: #602E66;
}
.TagClassName
{
border-color: #602E66;
}
</style>