Shades of Seance #602D67
Tints of Seance #602D67
RGB
CMYK
RGB Variations
Color information
#602D67 (or 0x602D67) is known color: Seance. HEX triplet: 60, 2D and 67. RGB value is (96,45,103). Sum of RGB (Red+Green+Blue) = 96+45+103=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 103 - color contains mainly: blue. Hex color #602D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602D67 is #9FD298. Grayscale: #424242. Windows color (decimal): -10474137 or 6761824. OLE color: 6761824.
HSL color Cylindrical-coordinate representation of color #602D67: hue angle of 292.76º 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 #602D67 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 45 | 103 | - |
| CMYK | 0.07 | 0.56 | 0 | 0.60 |
| HSL | 292.76º | 0.39% | 0.29% | - |
| HSV(B) | 292.76º | 0.56% | 0.4% | - |
| XYZ | 8.21 | 5.34 | 13.43 | - |
| YUV | 66.86 | 148.4 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 45 | 103 | 0.07 | 0.56 | 0 | 0.60 | 292.76 | 0.39 | 0.29 |
| Hex | 60 | 2D | 67 | 7 | 38 | 0 | 3C | 125 | 27 | 1D |
| Octal | 140 | 55 | 147 | 7 | 70 | 0 | 74 | 445 | 47 | 35 |
| Binary | 1100000 | 101101 | 1100111 | 111 | 111000 | 0 | 111100 | 100100101 | 100111 | 11101 |
Color Harmonies of #602D67
Complementary color
Monochromatic Colors of #602D67
Black with #602D67
Text Example
Text Example
White with #602D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602D67; }
p { color: rgb(96,45,103); }
H1.HeaderClassName
{
color: #602D67;
}
.AnyTagClassName
{
color: #602D67;
}
</style>
background-color css
<style>
a { background-color: #602D67; }
a { background-color: rgb(96,45,103); }
div.DivClassName
{
background-color: #602D67;
}
.BgClassName
{
background-color: #602D67;
}
</style>
border-color css
<style>
span { border-color: #602D67; }
span { border-color: rgb(96,45,103); }
td.TdClassName
{
border-color: #602D67;
}
.TagClassName
{
border-color: #602D67;
}
</style>