Shades of Seance #63236A
Tints of Seance #63236A
RGB
CMYK
RGB Variations
Color information
#63236A (or 0x63236A) is known color: Seance. HEX triplet: 63, 23 and 6A. RGB value is (99,35,106). Sum of RGB (Red+Green+Blue) = 99+35+106=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 106 (41.80% from 255 or 44.17% from 240); Max value from RGB is 106 - color contains mainly: blue. Hex color #63236A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63236A is #9CDC95. Grayscale: #3E3E3E. Windows color (decimal): -10280086 or 6955875. OLE color: 6955875.
HSL color Cylindrical-coordinate representation of color #63236A: hue angle of 294.08º 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 #63236A is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 35 | 106 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.58 |
| HSL | 294.08º | 0.5% | 0.28% | - |
| HSV(B) | 294.08º | 0.67% | 0.42% | - |
| XYZ | 8.35 | 4.9 | 14.14 | - |
| YUV | 62.23 | 152.7 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 106 | 0.07 | 0.67 | 0 | 0.58 | 294.08 | 0.5 | 0.28 |
| Hex | 63 | 23 | 6A | 7 | 43 | 0 | 3A | 126 | 32 | 1C |
| Octal | 143 | 43 | 152 | 7 | 103 | 0 | 72 | 446 | 62 | 34 |
| Binary | 1100011 | 100011 | 1101010 | 111 | 1000011 | 0 | 111010 | 100100110 | 110010 | 11100 |
Color Harmonies of #63236A
Complementary color
Monochromatic Colors of #63236A
Black with #63236A
Text Example
Text Example
White with #63236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63236A; }
p { color: rgb(99,35,106); }
H1.HeaderClassName
{
color: #63236A;
}
.AnyTagClassName
{
color: #63236A;
}
</style>
background-color css
<style>
a { background-color: #63236A; }
a { background-color: rgb(99,35,106); }
div.DivClassName
{
background-color: #63236A;
}
.BgClassName
{
background-color: #63236A;
}
</style>
border-color css
<style>
span { border-color: #63236A; }
span { border-color: rgb(99,35,106); }
td.TdClassName
{
border-color: #63236A;
}
.TagClassName
{
border-color: #63236A;
}
</style>