Shades of Seance #63346D
Tints of Seance #63346D
RGB
CMYK
RGB Variations
Color information
#63346D (or 0x63346D) is known color: Seance. HEX triplet: 63, 34 and 6D. RGB value is (99,52,109). Sum of RGB (Red+Green+Blue) = 99+52+109=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #63346D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63346D is #9CCB92. Grayscale: #484848. Windows color (decimal): -10275731 or 7156835. OLE color: 7156835.
HSL color Cylindrical-coordinate representation of color #63346D: hue angle of 289.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63346D is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 99 | 52 | 109 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.57 |
| HSL | 289.47º | 0.35% | 0.32% | - |
| HSV(B) | 289.47º | 0.52% | 0.43% | - |
| XYZ | 9.13 | 6.21 | 15.19 | - |
| YUV | 72.55 | 148.57 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 52 | 109 | 0.09 | 0.52 | 0 | 0.57 | 289.47 | 0.35 | 0.32 |
| Hex | 63 | 34 | 6D | 9 | 34 | 0 | 39 | 121 | 23 | 20 |
| Octal | 143 | 64 | 155 | 11 | 64 | 0 | 71 | 441 | 43 | 40 |
| Binary | 1100011 | 110100 | 1101101 | 1001 | 110100 | 0 | 111001 | 100100001 | 100011 | 100000 |
Color Harmonies of #63346D
Complementary color
Monochromatic Colors of #63346D
Black with #63346D
Text Example
Text Example
White with #63346D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63346D; }
p { color: rgb(99,52,109); }
H1.HeaderClassName
{
color: #63346D;
}
.AnyTagClassName
{
color: #63346D;
}
</style>
background-color css
<style>
a { background-color: #63346D; }
a { background-color: rgb(99,52,109); }
div.DivClassName
{
background-color: #63346D;
}
.BgClassName
{
background-color: #63346D;
}
</style>
border-color css
<style>
span { border-color: #63346D; }
span { border-color: rgb(99,52,109); }
td.TdClassName
{
border-color: #63346D;
}
.TagClassName
{
border-color: #63346D;
}
</style>