Shades of Seance #63246B
Tints of Seance #63246B
RGB
CMYK
RGB Variations
Color information
#63246B (or 0x63246B) is known color: Seance. HEX triplet: 63, 24 and 6B. RGB value is (99,36,107). Sum of RGB (Red+Green+Blue) = 99+36+107=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #63246B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63246B is #9CDB94. Grayscale: #3E3E3E. Windows color (decimal): -10279829 or 7021667. OLE color: 7021667.
HSL color Cylindrical-coordinate representation of color #63246B: 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.66%. Process color model (Four color, CMYK) of #63246B is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 36 | 107 | - |
| CMYK | 0.07 | 0.66 | 0 | 0.58 |
| HSL | 293.24º | 0.5% | 0.28% | - |
| HSV(B) | 293.24º | 0.66% | 0.42% | - |
| XYZ | 8.43 | 4.98 | 14.43 | - |
| YUV | 62.93 | 152.87 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 36 | 107 | 0.07 | 0.66 | 0 | 0.58 | 293.24 | 0.5 | 0.28 |
| Hex | 63 | 24 | 6B | 7 | 42 | 0 | 3A | 125 | 32 | 1C |
| Octal | 143 | 44 | 153 | 7 | 102 | 0 | 72 | 445 | 62 | 34 |
| Binary | 1100011 | 100100 | 1101011 | 111 | 1000010 | 0 | 111010 | 100100101 | 110010 | 11100 |
Color Harmonies of #63246B
Complementary color
Monochromatic Colors of #63246B
Black with #63246B
Text Example
Text Example
White with #63246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63246B; }
p { color: rgb(99,36,107); }
H1.HeaderClassName
{
color: #63246B;
}
.AnyTagClassName
{
color: #63246B;
}
</style>
background-color css
<style>
a { background-color: #63246B; }
a { background-color: rgb(99,36,107); }
div.DivClassName
{
background-color: #63246B;
}
.BgClassName
{
background-color: #63246B;
}
</style>
border-color css
<style>
span { border-color: #63246B; }
span { border-color: rgb(99,36,107); }
td.TdClassName
{
border-color: #63246B;
}
.TagClassName
{
border-color: #63246B;
}
</style>