Shades of Seance #62236D
Tints of Seance #62236D
RGB
CMYK
RGB Variations
Color information
#62236D (or 0x62236D) is known color: Seance. HEX triplet: 62, 23 and 6D. RGB value is (98,35,109). Sum of RGB (Red+Green+Blue) = 98+35+109=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 109 (42.97% from 255 or 45.04% from 242); Max value from RGB is 109 - color contains mainly: blue. Hex color #62236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62236D is #9DDC92. Grayscale: #3E3E3E. Windows color (decimal): -10345619 or 7152482. OLE color: 7152482.
HSL color Cylindrical-coordinate representation of color #62236D: hue angle of 291.08º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62236D is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 35 | 109 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.57 |
| HSL | 291.08º | 0.51% | 0.28% | - |
| HSV(B) | 291.08º | 0.68% | 0.43% | - |
| XYZ | 8.4 | 4.9 | 14.97 | - |
| YUV | 62.27 | 154.37 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 109 | 0.10 | 0.68 | 0 | 0.57 | 291.08 | 0.51 | 0.28 |
| Hex | 62 | 23 | 6D | A | 44 | 0 | 39 | 123 | 33 | 1C |
| Octal | 142 | 43 | 155 | 12 | 104 | 0 | 71 | 443 | 63 | 34 |
| Binary | 1100010 | 100011 | 1101101 | 1010 | 1000100 | 0 | 111001 | 100100011 | 110011 | 11100 |
Color Harmonies of #62236D
Complementary color
Monochromatic Colors of #62236D
Black with #62236D
Text Example
Text Example
White with #62236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62236D; }
p { color: rgb(98,35,109); }
H1.HeaderClassName
{
color: #62236D;
}
.AnyTagClassName
{
color: #62236D;
}
</style>
background-color css
<style>
a { background-color: #62236D; }
a { background-color: rgb(98,35,109); }
div.DivClassName
{
background-color: #62236D;
}
.BgClassName
{
background-color: #62236D;
}
</style>
border-color css
<style>
span { border-color: #62236D; }
span { border-color: rgb(98,35,109); }
td.TdClassName
{
border-color: #62236D;
}
.TagClassName
{
border-color: #62236D;
}
</style>