Shades of Seance #63286B
Tints of Seance #63286B
RGB
CMYK
RGB Variations
Color information
#63286B (or 0x63286B) is known color: Seance. HEX triplet: 63, 28 and 6B. RGB value is (99,40,107). Sum of RGB (Red+Green+Blue) = 99+40+107=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #63286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63286B is #9CD794. Grayscale: #414141. Windows color (decimal): -10278805 or 7022691. OLE color: 7022691.
HSL color Cylindrical-coordinate representation of color #63286B: hue angle of 292.84º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #63286B is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 40 | 107 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.58 |
| HSL | 292.84º | 0.46% | 0.29% | - |
| HSV(B) | 292.84º | 0.63% | 0.42% | - |
| XYZ | 8.56 | 5.23 | 14.47 | - |
| YUV | 65.28 | 151.55 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 107 | 0.07 | 0.63 | 0 | 0.58 | 292.84 | 0.46 | 0.29 |
| Hex | 63 | 28 | 6B | 7 | 3F | 0 | 3A | 125 | 2E | 1D |
| Octal | 143 | 50 | 153 | 7 | 77 | 0 | 72 | 445 | 56 | 35 |
| Binary | 1100011 | 101000 | 1101011 | 111 | 111111 | 0 | 111010 | 100100101 | 101110 | 11101 |
Color Harmonies of #63286B
Complementary color
Monochromatic Colors of #63286B
Black with #63286B
Text Example
Text Example
White with #63286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63286B; }
p { color: rgb(99,40,107); }
H1.HeaderClassName
{
color: #63286B;
}
.AnyTagClassName
{
color: #63286B;
}
</style>
background-color css
<style>
a { background-color: #63286B; }
a { background-color: rgb(99,40,107); }
div.DivClassName
{
background-color: #63286B;
}
.BgClassName
{
background-color: #63286B;
}
</style>
border-color css
<style>
span { border-color: #63286B; }
span { border-color: rgb(99,40,107); }
td.TdClassName
{
border-color: #63286B;
}
.TagClassName
{
border-color: #63286B;
}
</style>