Shades of Seance #68267C
Tints of Seance #68267C
RGB
CMYK
RGB Variations
Color information
#68267C (or 0x68267C) is known color: Seance. HEX triplet: 68, 26 and 7C. RGB value is (104,38,124). Sum of RGB (Red+Green+Blue) = 104+38+124=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #68267C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68267C is #97D983. Grayscale: #434343. Windows color (decimal): -9951620 or 8136296. OLE color: 8136296.
HSL color Cylindrical-coordinate representation of color #68267C: hue angle of 286.05º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68267C is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 38 | 124 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.51 |
| HSL | 286.05º | 0.53% | 0.32% | - |
| HSV(B) | 286.05º | 0.69% | 0.49% | - |
| XYZ | 10.04 | 5.78 | 19.66 | - |
| YUV | 67.54 | 159.87 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 124 | 0.16 | 0.69 | 0 | 0.51 | 286.05 | 0.53 | 0.32 |
| Hex | 68 | 26 | 7C | 10 | 45 | 0 | 33 | 11E | 35 | 20 |
| Octal | 150 | 46 | 174 | 20 | 105 | 0 | 63 | 436 | 65 | 40 |
| Binary | 1101000 | 100110 | 1111100 | 10000 | 1000101 | 0 | 110011 | 100011110 | 110101 | 100000 |
Color Harmonies of #68267C
Complementary color
Monochromatic Colors of #68267C
Black with #68267C
Text Example
Text Example
White with #68267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68267C; }
p { color: rgb(104,38,124); }
H1.HeaderClassName
{
color: #68267C;
}
.AnyTagClassName
{
color: #68267C;
}
</style>
background-color css
<style>
a { background-color: #68267C; }
a { background-color: rgb(104,38,124); }
div.DivClassName
{
background-color: #68267C;
}
.BgClassName
{
background-color: #68267C;
}
</style>
border-color css
<style>
span { border-color: #68267C; }
span { border-color: rgb(104,38,124); }
td.TdClassName
{
border-color: #68267C;
}
.TagClassName
{
border-color: #68267C;
}
</style>