Shades of Seance #62206E
Tints of Seance #62206E
RGB
CMYK
RGB Variations
Color information
#62206E (or 0x62206E) is known color: Seance. HEX triplet: 62, 20 and 6E. RGB value is (98,32,110). Sum of RGB (Red+Green+Blue) = 98+32+110=240 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.83% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #62206E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62206E is #9DDF91. Grayscale: #3C3C3C. Windows color (decimal): -10346386 or 7217250. OLE color: 7217250.
HSL color Cylindrical-coordinate representation of color #62206E: hue angle of 290.77º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62206E is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 32 | 110 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.57 |
| HSL | 290.77º | 0.55% | 0.28% | - |
| HSV(B) | 290.77º | 0.71% | 0.43% | - |
| XYZ | 8.37 | 4.76 | 15.23 | - |
| YUV | 60.63 | 155.87 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 32 | 110 | 0.11 | 0.71 | 0 | 0.57 | 290.77 | 0.55 | 0.28 |
| Hex | 62 | 20 | 6E | B | 47 | 0 | 39 | 123 | 37 | 1C |
| Octal | 142 | 40 | 156 | 13 | 107 | 0 | 71 | 443 | 67 | 34 |
| Binary | 1100010 | 100000 | 1101110 | 1011 | 1000111 | 0 | 111001 | 100100011 | 110111 | 11100 |
Color Harmonies of #62206E
Complementary color
Monochromatic Colors of #62206E
Black with #62206E
Text Example
Text Example
White with #62206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62206E; }
p { color: rgb(98,32,110); }
H1.HeaderClassName
{
color: #62206E;
}
.AnyTagClassName
{
color: #62206E;
}
</style>
background-color css
<style>
a { background-color: #62206E; }
a { background-color: rgb(98,32,110); }
div.DivClassName
{
background-color: #62206E;
}
.BgClassName
{
background-color: #62206E;
}
</style>
border-color css
<style>
span { border-color: #62206E; }
span { border-color: rgb(98,32,110); }
td.TdClassName
{
border-color: #62206E;
}
.TagClassName
{
border-color: #62206E;
}
</style>