Shades of Seance #602067
Tints of Seance #602067
RGB
CMYK
RGB Variations
Color information
#602067 (or 0x602067) is known color: Seance. HEX triplet: 60, 20 and 67. RGB value is (96,32,103). Sum of RGB (Red+Green+Blue) = 96+32+103=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #602067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602067 is #9FDF98. Grayscale: #3B3B3B. Windows color (decimal): -10477465 or 6758496. OLE color: 6758496.
HSL color Cylindrical-coordinate representation of color #602067: hue angle of 294.08º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #602067 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 32 | 103 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.60 |
| HSL | 294.08º | 0.53% | 0.26% | - |
| HSV(B) | 294.08º | 0.69% | 0.4% | - |
| XYZ | 7.79 | 4.5 | 13.29 | - |
| YUV | 59.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 103 | 0.07 | 0.69 | 0 | 0.60 | 294.08 | 0.53 | 0.26 |
| Hex | 60 | 20 | 67 | 7 | 45 | 0 | 3C | 126 | 35 | 1A |
| Octal | 140 | 40 | 147 | 7 | 105 | 0 | 74 | 446 | 65 | 32 |
| Binary | 1100000 | 100000 | 1100111 | 111 | 1000101 | 0 | 111100 | 100100110 | 110101 | 11010 |
Color Harmonies of #602067
Complementary color
Monochromatic Colors of #602067
Black with #602067
Text Example
Text Example
White with #602067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602067; }
p { color: rgb(96,32,103); }
H1.HeaderClassName
{
color: #602067;
}
.AnyTagClassName
{
color: #602067;
}
</style>
background-color css
<style>
a { background-color: #602067; }
a { background-color: rgb(96,32,103); }
div.DivClassName
{
background-color: #602067;
}
.BgClassName
{
background-color: #602067;
}
</style>
border-color css
<style>
span { border-color: #602067; }
span { border-color: rgb(96,32,103); }
td.TdClassName
{
border-color: #602067;
}
.TagClassName
{
border-color: #602067;
}
</style>