Shades of Seance #62236A
Tints of Seance #62236A
RGB
CMYK
RGB Variations
Color information
#62236A (or 0x62236A) is known color: Seance. HEX triplet: 62, 23 and 6A. RGB value is (98,35,106). Sum of RGB (Red+Green+Blue) = 98+35+106=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 106 - color contains mainly: blue. Hex color #62236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62236A is #9DDC95. Grayscale: #3D3D3D. Windows color (decimal): -10345622 or 6955874. OLE color: 6955874.
HSL color Cylindrical-coordinate representation of color #62236A: hue angle of 293.24º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #62236A is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 35 | 106 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.58 |
| HSL | 293.24º | 0.5% | 0.28% | - |
| HSV(B) | 293.24º | 0.67% | 0.42% | - |
| XYZ | 8.24 | 4.84 | 14.14 | - |
| YUV | 61.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 106 | 0.08 | 0.67 | 0 | 0.58 | 293.24 | 0.5 | 0.28 |
| Hex | 62 | 23 | 6A | 8 | 43 | 0 | 3A | 125 | 32 | 1C |
| Octal | 142 | 43 | 152 | 10 | 103 | 0 | 72 | 445 | 62 | 34 |
| Binary | 1100010 | 100011 | 1101010 | 1000 | 1000011 | 0 | 111010 | 100100101 | 110010 | 11100 |
Color Harmonies of #62236A
Complementary color
Monochromatic Colors of #62236A
Black with #62236A
Text Example
Text Example
White with #62236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62236A; }
p { color: rgb(98,35,106); }
H1.HeaderClassName
{
color: #62236A;
}
.AnyTagClassName
{
color: #62236A;
}
</style>
background-color css
<style>
a { background-color: #62236A; }
a { background-color: rgb(98,35,106); }
div.DivClassName
{
background-color: #62236A;
}
.BgClassName
{
background-color: #62236A;
}
</style>
border-color css
<style>
span { border-color: #62236A; }
span { border-color: rgb(98,35,106); }
td.TdClassName
{
border-color: #62236A;
}
.TagClassName
{
border-color: #62236A;
}
</style>