Shades of Seance #633068
Tints of Seance #633068
RGB
CMYK
RGB Variations
Color information
#633068 (or 0x633068) is known color: Seance. HEX triplet: 63, 30 and 68. RGB value is (99,48,104). Sum of RGB (Red+Green+Blue) = 99+48+104=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 104 (41.02% from 255 or 41.43% from 251); Max value from RGB is 104 - color contains mainly: blue. Hex color #633068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633068 is #9CCF97. Grayscale: #454545. Windows color (decimal): -10276760 or 6828131. OLE color: 6828131.
HSL color Cylindrical-coordinate representation of color #633068: hue angle of 294.64º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #633068 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 48 | 104 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.59 |
| HSL | 294.64º | 0.37% | 0.3% | - |
| HSV(B) | 294.64º | 0.54% | 0.41% | - |
| XYZ | 8.7 | 5.77 | 13.75 | - |
| YUV | 69.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 104 | 0.05 | 0.54 | 0 | 0.59 | 294.64 | 0.37 | 0.3 |
| Hex | 63 | 30 | 68 | 5 | 36 | 0 | 3B | 127 | 25 | 1E |
| Octal | 143 | 60 | 150 | 5 | 66 | 0 | 73 | 447 | 45 | 36 |
| Binary | 1100011 | 110000 | 1101000 | 101 | 110110 | 0 | 111011 | 100100111 | 100101 | 11110 |
Color Harmonies of #633068
Complementary color
Monochromatic Colors of #633068
Black with #633068
Text Example
Text Example
White with #633068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633068; }
p { color: rgb(99,48,104); }
H1.HeaderClassName
{
color: #633068;
}
.AnyTagClassName
{
color: #633068;
}
</style>
background-color css
<style>
a { background-color: #633068; }
a { background-color: rgb(99,48,104); }
div.DivClassName
{
background-color: #633068;
}
.BgClassName
{
background-color: #633068;
}
</style>
border-color css
<style>
span { border-color: #633068; }
span { border-color: rgb(99,48,104); }
td.TdClassName
{
border-color: #633068;
}
.TagClassName
{
border-color: #633068;
}
</style>