Shades of Seance #633268
Tints of Seance #633268
RGB
CMYK
RGB Variations
Color information
#633268 (or 0x633268) is known color: Seance. HEX triplet: 63, 32 and 68. RGB value is (99,50,104). Sum of RGB (Red+Green+Blue) = 99+50+104=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 104 - color contains mainly: blue. Hex color #633268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633268 is #9CCD97. Grayscale: #464646. Windows color (decimal): -10276248 or 6828643. OLE color: 6828643.
HSL color Cylindrical-coordinate representation of color #633268: hue angle of 294.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #633268 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 50 | 104 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.59 |
| HSL | 294.44º | 0.35% | 0.3% | - |
| HSV(B) | 294.44º | 0.52% | 0.41% | - |
| XYZ | 8.78 | 5.93 | 13.78 | - |
| YUV | 70.81 | 146.73 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 50 | 104 | 0.05 | 0.52 | 0 | 0.59 | 294.44 | 0.35 | 0.3 |
| Hex | 63 | 32 | 68 | 5 | 34 | 0 | 3B | 126 | 23 | 1E |
| Octal | 143 | 62 | 150 | 5 | 64 | 0 | 73 | 446 | 43 | 36 |
| Binary | 1100011 | 110010 | 1101000 | 101 | 110100 | 0 | 111011 | 100100110 | 100011 | 11110 |
Color Harmonies of #633268
Complementary color
Monochromatic Colors of #633268
Black with #633268
Text Example
Text Example
White with #633268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633268; }
p { color: rgb(99,50,104); }
H1.HeaderClassName
{
color: #633268;
}
.AnyTagClassName
{
color: #633268;
}
</style>
background-color css
<style>
a { background-color: #633268; }
a { background-color: rgb(99,50,104); }
div.DivClassName
{
background-color: #633268;
}
.BgClassName
{
background-color: #633268;
}
</style>
border-color css
<style>
span { border-color: #633268; }
span { border-color: rgb(99,50,104); }
td.TdClassName
{
border-color: #633268;
}
.TagClassName
{
border-color: #633268;
}
</style>