Shades of Seance #63236B
Tints of Seance #63236B
RGB
CMYK
RGB Variations
Color information
#63236B (or 0x63236B) is known color: Seance. HEX triplet: 63, 23 and 6B. RGB value is (99,35,107). Sum of RGB (Red+Green+Blue) = 99+35+107=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 107 - color contains mainly: blue. Hex color #63236B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63236B is #9CDC94. Grayscale: #3E3E3E. Windows color (decimal): -10280085 or 7021411. OLE color: 7021411.
HSL color Cylindrical-coordinate representation of color #63236B: hue angle of 293.33º degrees, saturation: 0.51, 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 #63236B is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 35 | 107 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.58 |
| HSL | 293.33º | 0.51% | 0.28% | - |
| HSV(B) | 293.33º | 0.67% | 0.42% | - |
| XYZ | 8.4 | 4.92 | 14.42 | - |
| YUV | 62.34 | 153.2 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 35 | 107 | 0.07 | 0.67 | 0 | 0.58 | 293.33 | 0.51 | 0.28 |
| Hex | 63 | 23 | 6B | 7 | 43 | 0 | 3A | 125 | 33 | 1C |
| Octal | 143 | 43 | 153 | 7 | 103 | 0 | 72 | 445 | 63 | 34 |
| Binary | 1100011 | 100011 | 1101011 | 111 | 1000011 | 0 | 111010 | 100100101 | 110011 | 11100 |
Color Harmonies of #63236B
Complementary color
Monochromatic Colors of #63236B
Black with #63236B
Text Example
Text Example
White with #63236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63236B; }
p { color: rgb(99,35,107); }
H1.HeaderClassName
{
color: #63236B;
}
.AnyTagClassName
{
color: #63236B;
}
</style>
background-color css
<style>
a { background-color: #63236B; }
a { background-color: rgb(99,35,107); }
div.DivClassName
{
background-color: #63236B;
}
.BgClassName
{
background-color: #63236B;
}
</style>
border-color css
<style>
span { border-color: #63236B; }
span { border-color: rgb(99,35,107); }
td.TdClassName
{
border-color: #63236B;
}
.TagClassName
{
border-color: #63236B;
}
</style>