Shades of Seance #62366A
Tints of Seance #62366A
RGB
CMYK
RGB Variations
Color information
#62366A (or 0x62366A) is known color: Seance. HEX triplet: 62, 36 and 6A. RGB value is (98,54,106). Sum of RGB (Red+Green+Blue) = 98+54+106=258 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.98% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 106 - color contains mainly: blue. Hex color #62366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62366A is #9DC995. Grayscale: #484848. Windows color (decimal): -10340758 or 6960738. OLE color: 6960738.
HSL color Cylindrical-coordinate representation of color #62366A: hue angle of 290.77º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62366A is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 54 | 106 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.58 |
| HSL | 290.77º | 0.33% | 0.31% | - |
| HSV(B) | 290.77º | 0.49% | 0.42% | - |
| XYZ | 8.96 | 6.28 | 14.37 | - |
| YUV | 73.08 | 146.58 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 54 | 106 | 0.08 | 0.49 | 0 | 0.58 | 290.77 | 0.33 | 0.31 |
| Hex | 62 | 36 | 6A | 8 | 31 | 0 | 3A | 123 | 20 | 1F |
| Octal | 142 | 66 | 152 | 10 | 61 | 0 | 72 | 443 | 40 | 37 |
| Binary | 1100010 | 110110 | 1101010 | 1000 | 110001 | 0 | 111010 | 100100011 | 100000 | 11111 |
Color Harmonies of #62366A
Complementary color
Monochromatic Colors of #62366A
Black with #62366A
Text Example
Text Example
White with #62366A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62366A; }
p { color: rgb(98,54,106); }
H1.HeaderClassName
{
color: #62366A;
}
.AnyTagClassName
{
color: #62366A;
}
</style>
background-color css
<style>
a { background-color: #62366A; }
a { background-color: rgb(98,54,106); }
div.DivClassName
{
background-color: #62366A;
}
.BgClassName
{
background-color: #62366A;
}
</style>
border-color css
<style>
span { border-color: #62366A; }
span { border-color: rgb(98,54,106); }
td.TdClassName
{
border-color: #62366A;
}
.TagClassName
{
border-color: #62366A;
}
</style>