Shades of Seance #68287E
Tints of Seance #68287E
RGB
CMYK
RGB Variations
Color information
#68287E (or 0x68287E) is known color: Seance. HEX triplet: 68, 28 and 7E. RGB value is (104,40,126). Sum of RGB (Red+Green+Blue) = 104+40+126=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 126 (49.61% from 255 or 46.67% from 270); Max value from RGB is 126 - color contains mainly: blue. Hex color #68287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68287E is #97D781. Grayscale: #444444. Windows color (decimal): -9951106 or 8267880. OLE color: 8267880.
HSL color Cylindrical-coordinate representation of color #68287E: hue angle of 284.65º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68287E is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 40 | 126 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.51 |
| HSL | 284.65º | 0.52% | 0.33% | - |
| HSV(B) | 284.65º | 0.68% | 0.49% | - |
| XYZ | 10.23 | 5.97 | 20.35 | - |
| YUV | 68.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 126 | 0.17 | 0.68 | 0 | 0.51 | 284.65 | 0.52 | 0.33 |
| Hex | 68 | 28 | 7E | 11 | 44 | 0 | 33 | 11D | 34 | 21 |
| Octal | 150 | 50 | 176 | 21 | 104 | 0 | 63 | 435 | 64 | 41 |
| Binary | 1101000 | 101000 | 1111110 | 10001 | 1000100 | 0 | 110011 | 100011101 | 110100 | 100001 |
Color Harmonies of #68287E
Complementary color
Monochromatic Colors of #68287E
Black with #68287E
Text Example
Text Example
White with #68287E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68287E; }
p { color: rgb(104,40,126); }
H1.HeaderClassName
{
color: #68287E;
}
.AnyTagClassName
{
color: #68287E;
}
</style>
background-color css
<style>
a { background-color: #68287E; }
a { background-color: rgb(104,40,126); }
div.DivClassName
{
background-color: #68287E;
}
.BgClassName
{
background-color: #68287E;
}
</style>
border-color css
<style>
span { border-color: #68287E; }
span { border-color: rgb(104,40,126); }
td.TdClassName
{
border-color: #68287E;
}
.TagClassName
{
border-color: #68287E;
}
</style>