Shades of Seance #633064
Tints of Seance #633064
RGB
CMYK
RGB Variations
Color information
#633064 (or 0x633064) is known color: Seance. HEX triplet: 63, 30 and 64. RGB value is (99,48,100). Sum of RGB (Red+Green+Blue) = 99+48+100=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 100 (39.45% from 255 or 40.49% from 247); Max value from RGB is 100 - color contains mainly: blue. Hex color #633064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633064 is #9CCF9B. Grayscale: #454545. Windows color (decimal): -10276764 or 6565987. OLE color: 6565987.
HSL color Cylindrical-coordinate representation of color #633064: hue angle of 298.85º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633064 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 100 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.61 |
| HSL | 298.85º | 0.35% | 0.29% | - |
| HSV(B) | 298.85º | 0.52% | 0.39% | - |
| XYZ | 8.5 | 5.69 | 12.71 | - |
| YUV | 69.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 100 | 0.01 | 0.52 | 0 | 0.61 | 298.85 | 0.35 | 0.29 |
| Hex | 63 | 30 | 64 | 1 | 34 | 0 | 3D | 12B | 23 | 1D |
| Octal | 143 | 60 | 144 | 1 | 64 | 0 | 75 | 453 | 43 | 35 |
| Binary | 1100011 | 110000 | 1100100 | 1 | 110100 | 0 | 111101 | 100101011 | 100011 | 11101 |
Color Harmonies of #633064
Complementary color
Monochromatic Colors of #633064
Black with #633064
Text Example
Text Example
White with #633064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633064; }
p { color: rgb(99,48,100); }
H1.HeaderClassName
{
color: #633064;
}
.AnyTagClassName
{
color: #633064;
}
</style>
background-color css
<style>
a { background-color: #633064; }
a { background-color: rgb(99,48,100); }
div.DivClassName
{
background-color: #633064;
}
.BgClassName
{
background-color: #633064;
}
</style>
border-color css
<style>
span { border-color: #633064; }
span { border-color: rgb(99,48,100); }
td.TdClassName
{
border-color: #633064;
}
.TagClassName
{
border-color: #633064;
}
</style>