Shades of Seance #602E65
Tints of Seance #602E65
RGB
CMYK
RGB Variations
Color information
#602E65 (or 0x602E65) is known color: Seance. HEX triplet: 60, 2E and 65. RGB value is (96,46,101). Sum of RGB (Red+Green+Blue) = 96+46+101=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 101 - color contains mainly: blue. Hex color #602E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E65 is #9FD19A. Grayscale: #434343. Windows color (decimal): -10473883 or 6631008. OLE color: 6631008.
HSL color Cylindrical-coordinate representation of color #602E65: hue angle of 294.55º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #602E65 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 46 | 101 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.60 |
| HSL | 294.55º | 0.37% | 0.29% | - |
| HSV(B) | 294.55º | 0.54% | 0.4% | - |
| XYZ | 8.15 | 5.38 | 12.92 | - |
| YUV | 67.22 | 147.07 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 101 | 0.05 | 0.54 | 0 | 0.60 | 294.55 | 0.37 | 0.29 |
| Hex | 60 | 2E | 65 | 5 | 36 | 0 | 3C | 127 | 25 | 1D |
| Octal | 140 | 56 | 145 | 5 | 66 | 0 | 74 | 447 | 45 | 35 |
| Binary | 1100000 | 101110 | 1100101 | 101 | 110110 | 0 | 111100 | 100100111 | 100101 | 11101 |
Color Harmonies of #602E65
Complementary color
Monochromatic Colors of #602E65
Black with #602E65
Text Example
Text Example
White with #602E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E65; }
p { color: rgb(96,46,101); }
H1.HeaderClassName
{
color: #602E65;
}
.AnyTagClassName
{
color: #602E65;
}
</style>
background-color css
<style>
a { background-color: #602E65; }
a { background-color: rgb(96,46,101); }
div.DivClassName
{
background-color: #602E65;
}
.BgClassName
{
background-color: #602E65;
}
</style>
border-color css
<style>
span { border-color: #602E65; }
span { border-color: rgb(96,46,101); }
td.TdClassName
{
border-color: #602E65;
}
.TagClassName
{
border-color: #602E65;
}
</style>