Shades of Seance #68297A
Tints of Seance #68297A
RGB
CMYK
RGB Variations
Color information
#68297A (or 0x68297A) is known color: Seance. HEX triplet: 68, 29 and 7A. RGB value is (104,41,122). Sum of RGB (Red+Green+Blue) = 104+41+122=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 122 (48.05% from 255 or 45.69% from 267); Max value from RGB is 122 - color contains mainly: blue. Hex color #68297A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68297A is #97D685. Grayscale: #444444. Windows color (decimal): -9950854 or 8005992. OLE color: 8005992.
HSL color Cylindrical-coordinate representation of color #68297A: hue angle of 286.67º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68297A is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 41 | 122 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.52 |
| HSL | 286.67º | 0.5% | 0.32% | - |
| HSV(B) | 286.67º | 0.66% | 0.48% | - |
| XYZ | 10.01 | 5.93 | 19.03 | - |
| YUV | 69.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 41 | 122 | 0.15 | 0.66 | 0 | 0.52 | 286.67 | 0.5 | 0.32 |
| Hex | 68 | 29 | 7A | F | 42 | 0 | 34 | 11F | 32 | 20 |
| Octal | 150 | 51 | 172 | 17 | 102 | 0 | 64 | 437 | 62 | 40 |
| Binary | 1101000 | 101001 | 1111010 | 1111 | 1000010 | 0 | 110100 | 100011111 | 110010 | 100000 |
Color Harmonies of #68297A
Complementary color
Monochromatic Colors of #68297A
Black with #68297A
Text Example
Text Example
White with #68297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68297A; }
p { color: rgb(104,41,122); }
H1.HeaderClassName
{
color: #68297A;
}
.AnyTagClassName
{
color: #68297A;
}
</style>
background-color css
<style>
a { background-color: #68297A; }
a { background-color: rgb(104,41,122); }
div.DivClassName
{
background-color: #68297A;
}
.BgClassName
{
background-color: #68297A;
}
</style>
border-color css
<style>
span { border-color: #68297A; }
span { border-color: rgb(104,41,122); }
td.TdClassName
{
border-color: #68297A;
}
.TagClassName
{
border-color: #68297A;
}
</style>