Shades of Seance #62356C
Tints of Seance #62356C
RGB
CMYK
RGB Variations
Color information
#62356C (or 0x62356C) is known color: Seance. HEX triplet: 62, 35 and 6C. RGB value is (98,53,108). Sum of RGB (Red+Green+Blue) = 98+53+108=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 108 - color contains mainly: blue. Hex color #62356C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62356C is #9DCA93. Grayscale: #484848. Windows color (decimal): -10341012 or 7091554. OLE color: 7091554.
HSL color Cylindrical-coordinate representation of color #62356C: hue angle of 289.09º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62356C is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 53 | 108 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.58 |
| HSL | 289.09º | 0.34% | 0.32% | - |
| HSV(B) | 289.09º | 0.51% | 0.42% | - |
| XYZ | 9.02 | 6.23 | 14.91 | - |
| YUV | 72.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 108 | 0.09 | 0.51 | 0 | 0.58 | 289.09 | 0.34 | 0.32 |
| Hex | 62 | 35 | 6C | 9 | 33 | 0 | 3A | 121 | 22 | 20 |
| Octal | 142 | 65 | 154 | 11 | 63 | 0 | 72 | 441 | 42 | 40 |
| Binary | 1100010 | 110101 | 1101100 | 1001 | 110011 | 0 | 111010 | 100100001 | 100010 | 100000 |
Color Harmonies of #62356C
Complementary color
Monochromatic Colors of #62356C
Black with #62356C
Text Example
Text Example
White with #62356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62356C; }
p { color: rgb(98,53,108); }
H1.HeaderClassName
{
color: #62356C;
}
.AnyTagClassName
{
color: #62356C;
}
</style>
background-color css
<style>
a { background-color: #62356C; }
a { background-color: rgb(98,53,108); }
div.DivClassName
{
background-color: #62356C;
}
.BgClassName
{
background-color: #62356C;
}
</style>
border-color css
<style>
span { border-color: #62356C; }
span { border-color: rgb(98,53,108); }
td.TdClassName
{
border-color: #62356C;
}
.TagClassName
{
border-color: #62356C;
}
</style>