Shades of Seance #602D66
Tints of Seance #602D66
RGB
CMYK
RGB Variations
Color information
#602D66 (or 0x602D66) is known color: Seance. HEX triplet: 60, 2D and 66. RGB value is (96,45,102). Sum of RGB (Red+Green+Blue) = 96+45+102=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #602D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D66 is #9FD299. Grayscale: #424242. Windows color (decimal): -10474138 or 6696288. OLE color: 6696288.
HSL color Cylindrical-coordinate representation of color #602D66: hue angle of 293.68º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #602D66 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 45 | 102 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.6 |
| HSL | 293.68º | 0.39% | 0.29% | - |
| HSV(B) | 293.68º | 0.56% | 0.4% | - |
| XYZ | 8.16 | 5.32 | 13.17 | - |
| YUV | 66.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 102 | 0.06 | 0.56 | 0 | 0.6 | 293.68 | 0.39 | 0.29 |
| Hex | 60 | 2D | 66 | 6 | 38 | 0 | 3C | 126 | 27 | 1D |
| Octal | 140 | 55 | 146 | 6 | 70 | 0 | 74 | 446 | 47 | 35 |
| Binary | 1100000 | 101101 | 1100110 | 110 | 111000 | 0 | 111100 | 100100110 | 100111 | 11101 |
Color Harmonies of #602D66
Complementary color
Monochromatic Colors of #602D66
Black with #602D66
Text Example
Text Example
White with #602D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D66; }
p { color: rgb(96,45,102); }
H1.HeaderClassName
{
color: #602D66;
}
.AnyTagClassName
{
color: #602D66;
}
</style>
background-color css
<style>
a { background-color: #602D66; }
a { background-color: rgb(96,45,102); }
div.DivClassName
{
background-color: #602D66;
}
.BgClassName
{
background-color: #602D66;
}
</style>
border-color css
<style>
span { border-color: #602D66; }
span { border-color: rgb(96,45,102); }
td.TdClassName
{
border-color: #602D66;
}
.TagClassName
{
border-color: #602D66;
}
</style>