Shades of Seance #63336C
Tints of Seance #63336C
RGB
CMYK
RGB Variations
Color information
#63336C (or 0x63336C) is known color: Seance. HEX triplet: 63, 33 and 6C. RGB value is (99,51,108). Sum of RGB (Red+Green+Blue) = 99+51+108=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 108 (42.58% from 255 or 41.86% from 258); Max value from RGB is 108 - color contains mainly: blue. Hex color #63336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63336C is #9CCC93. Grayscale: #474747. Windows color (decimal): -10275988 or 7091043. OLE color: 7091043.
HSL color Cylindrical-coordinate representation of color #63336C: hue angle of 290.53º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63336C is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 99 | 51 | 108 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.58 |
| HSL | 290.53º | 0.36% | 0.31% | - |
| HSV(B) | 290.53º | 0.53% | 0.42% | - |
| XYZ | 9.04 | 6.1 | 14.89 | - |
| YUV | 71.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 51 | 108 | 0.08 | 0.53 | 0 | 0.58 | 290.53 | 0.36 | 0.31 |
| Hex | 63 | 33 | 6C | 8 | 35 | 0 | 3A | 123 | 24 | 1F |
| Octal | 143 | 63 | 154 | 10 | 65 | 0 | 72 | 443 | 44 | 37 |
| Binary | 1100011 | 110011 | 1101100 | 1000 | 110101 | 0 | 111010 | 100100011 | 100100 | 11111 |
Color Harmonies of #63336C
Complementary color
Monochromatic Colors of #63336C
Black with #63336C
Text Example
Text Example
White with #63336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63336C; }
p { color: rgb(99,51,108); }
H1.HeaderClassName
{
color: #63336C;
}
.AnyTagClassName
{
color: #63336C;
}
</style>
background-color css
<style>
a { background-color: #63336C; }
a { background-color: rgb(99,51,108); }
div.DivClassName
{
background-color: #63336C;
}
.BgClassName
{
background-color: #63336C;
}
</style>
border-color css
<style>
span { border-color: #63336C; }
span { border-color: rgb(99,51,108); }
td.TdClassName
{
border-color: #63336C;
}
.TagClassName
{
border-color: #63336C;
}
</style>