Shades of Seance #602D6B
Tints of Seance #602D6B
RGB
CMYK
RGB Variations
Color information
#602D6B (or 0x602D6B) is known color: Seance. HEX triplet: 60, 2D and 6B. RGB value is (96,45,107). Sum of RGB (Red+Green+Blue) = 96+45+107=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 107 (42.19% from 255 or 43.15% from 248); Max value from RGB is 107 - color contains mainly: blue. Hex color #602D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D6B is #9FD294. Grayscale: #434343. Windows color (decimal): -10474133 or 7023968. OLE color: 7023968.
HSL color Cylindrical-coordinate representation of color #602D6B: hue angle of 289.35º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #602D6B is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 45 | 107 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.58 |
| HSL | 289.35º | 0.41% | 0.3% | - |
| HSV(B) | 289.35º | 0.58% | 0.42% | - |
| XYZ | 8.42 | 5.43 | 14.51 | - |
| YUV | 67.32 | 150.4 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 107 | 0.10 | 0.58 | 0 | 0.58 | 289.35 | 0.41 | 0.3 |
| Hex | 60 | 2D | 6B | A | 3A | 0 | 3A | 121 | 29 | 1E |
| Octal | 140 | 55 | 153 | 12 | 72 | 0 | 72 | 441 | 51 | 36 |
| Binary | 1100000 | 101101 | 1101011 | 1010 | 111010 | 0 | 111010 | 100100001 | 101001 | 11110 |
Color Harmonies of #602D6B
Complementary color
Monochromatic Colors of #602D6B
Black with #602D6B
Text Example
Text Example
White with #602D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D6B; }
p { color: rgb(96,45,107); }
H1.HeaderClassName
{
color: #602D6B;
}
.AnyTagClassName
{
color: #602D6B;
}
</style>
background-color css
<style>
a { background-color: #602D6B; }
a { background-color: rgb(96,45,107); }
div.DivClassName
{
background-color: #602D6B;
}
.BgClassName
{
background-color: #602D6B;
}
</style>
border-color css
<style>
span { border-color: #602D6B; }
span { border-color: rgb(96,45,107); }
td.TdClassName
{
border-color: #602D6B;
}
.TagClassName
{
border-color: #602D6B;
}
</style>