Shades of Seance #68287C
Tints of Seance #68287C
RGB
CMYK
RGB Variations
Color information
#68287C (or 0x68287C) is known color: Seance. HEX triplet: 68, 28 and 7C. RGB value is (104,40,124). Sum of RGB (Red+Green+Blue) = 104+40+124=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #68287C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68287C is #97D783. Grayscale: #444444. Windows color (decimal): -9951108 or 8136808. OLE color: 8136808.
HSL color Cylindrical-coordinate representation of color #68287C: hue angle of 285.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68287C is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 40 | 124 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.51 |
| HSL | 285.71º | 0.51% | 0.32% | - |
| HSV(B) | 285.71º | 0.68% | 0.49% | - |
| XYZ | 10.11 | 5.92 | 19.68 | - |
| YUV | 68.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 124 | 0.16 | 0.68 | 0 | 0.51 | 285.71 | 0.51 | 0.32 |
| Hex | 68 | 28 | 7C | 10 | 44 | 0 | 33 | 11E | 33 | 20 |
| Octal | 150 | 50 | 174 | 20 | 104 | 0 | 63 | 436 | 63 | 40 |
| Binary | 1101000 | 101000 | 1111100 | 10000 | 1000100 | 0 | 110011 | 100011110 | 110011 | 100000 |
Color Harmonies of #68287C
Complementary color
Monochromatic Colors of #68287C
Black with #68287C
Text Example
Text Example
White with #68287C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68287C; }
p { color: rgb(104,40,124); }
H1.HeaderClassName
{
color: #68287C;
}
.AnyTagClassName
{
color: #68287C;
}
</style>
background-color css
<style>
a { background-color: #68287C; }
a { background-color: rgb(104,40,124); }
div.DivClassName
{
background-color: #68287C;
}
.BgClassName
{
background-color: #68287C;
}
</style>
border-color css
<style>
span { border-color: #68287C; }
span { border-color: rgb(104,40,124); }
td.TdClassName
{
border-color: #68287C;
}
.TagClassName
{
border-color: #68287C;
}
</style>