Shades of Seance #633264
Tints of Seance #633264
RGB
CMYK
RGB Variations
Color information
#633264 (or 0x633264) is known color: Seance. HEX triplet: 63, 32 and 64. RGB value is (99,50,100). Sum of RGB (Red+Green+Blue) = 99+50+100=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 100 - color contains mainly: blue. Hex color #633264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633264 is #9CCD9B. Grayscale: #464646. Windows color (decimal): -10276252 or 6566499. OLE color: 6566499.
HSL color Cylindrical-coordinate representation of color #633264: hue angle of 298.8º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #633264 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 50 | 100 | - |
| CMYK | 0.01 | 0.50 | 0 | 0.61 |
| HSL | 298.8º | 0.33% | 0.29% | - |
| HSV(B) | 298.8º | 0.5% | 0.39% | - |
| XYZ | 8.59 | 5.85 | 12.73 | - |
| YUV | 70.35 | 144.73 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 100 | 0.01 | 0.50 | 0 | 0.61 | 298.8 | 0.33 | 0.29 |
| Hex | 63 | 32 | 64 | 1 | 32 | 0 | 3D | 12B | 21 | 1D |
| Octal | 143 | 62 | 144 | 1 | 62 | 0 | 75 | 453 | 41 | 35 |
| Binary | 1100011 | 110010 | 1100100 | 1 | 110010 | 0 | 111101 | 100101011 | 100001 | 11101 |
Color Harmonies of #633264
Complementary color
Monochromatic Colors of #633264
Black with #633264
Text Example
Text Example
White with #633264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633264; }
p { color: rgb(99,50,100); }
H1.HeaderClassName
{
color: #633264;
}
.AnyTagClassName
{
color: #633264;
}
</style>
background-color css
<style>
a { background-color: #633264; }
a { background-color: rgb(99,50,100); }
div.DivClassName
{
background-color: #633264;
}
.BgClassName
{
background-color: #633264;
}
</style>
border-color css
<style>
span { border-color: #633264; }
span { border-color: rgb(99,50,100); }
td.TdClassName
{
border-color: #633264;
}
.TagClassName
{
border-color: #633264;
}
</style>