Shades of Seance #602D65
Tints of Seance #602D65
RGB
CMYK
RGB Variations
Color information
#602D65 (or 0x602D65) is known color: Seance. HEX triplet: 60, 2D and 65. RGB value is (96,45,101). Sum of RGB (Red+Green+Blue) = 96+45+101=242 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.67% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 101 (39.84% from 255 or 41.74% from 242); Max value from RGB is 101 - color contains mainly: blue. Hex color #602D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D65 is #9FD29A. Grayscale: #424242. Windows color (decimal): -10474139 or 6630752. OLE color: 6630752.
HSL color Cylindrical-coordinate representation of color #602D65: hue angle of 294.64º 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 #602D65 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 45 | 101 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.60 |
| HSL | 294.64º | 0.38% | 0.29% | - |
| HSV(B) | 294.64º | 0.55% | 0.4% | - |
| XYZ | 8.11 | 5.3 | 12.91 | - |
| YUV | 66.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 101 | 0.05 | 0.55 | 0 | 0.60 | 294.64 | 0.38 | 0.29 |
| Hex | 60 | 2D | 65 | 5 | 37 | 0 | 3C | 127 | 26 | 1D |
| Octal | 140 | 55 | 145 | 5 | 67 | 0 | 74 | 447 | 46 | 35 |
| Binary | 1100000 | 101101 | 1100101 | 101 | 110111 | 0 | 111100 | 100100111 | 100110 | 11101 |
Color Harmonies of #602D65
Complementary color
Monochromatic Colors of #602D65
Black with #602D65
Text Example
Text Example
White with #602D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D65; }
p { color: rgb(96,45,101); }
H1.HeaderClassName
{
color: #602D65;
}
.AnyTagClassName
{
color: #602D65;
}
</style>
background-color css
<style>
a { background-color: #602D65; }
a { background-color: rgb(96,45,101); }
div.DivClassName
{
background-color: #602D65;
}
.BgClassName
{
background-color: #602D65;
}
</style>
border-color css
<style>
span { border-color: #602D65; }
span { border-color: rgb(96,45,101); }
td.TdClassName
{
border-color: #602D65;
}
.TagClassName
{
border-color: #602D65;
}
</style>