Shades of Seance #68326C
Tints of Seance #68326C
RGB
CMYK
RGB Variations
Color information
#68326C (or 0x68326C) is known color: Seance. HEX triplet: 68, 32 and 6C. RGB value is (104,50,108). Sum of RGB (Red+Green+Blue) = 104+50+108=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #68326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68326C is #97CD93. Grayscale: #484848. Windows color (decimal): -9948564 or 7090792. OLE color: 7090792.
HSL color Cylindrical-coordinate representation of color #68326C: hue angle of 295.86º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68326C is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 50 | 108 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.58 |
| HSL | 295.86º | 0.37% | 0.31% | - |
| HSV(B) | 295.86º | 0.54% | 0.42% | - |
| XYZ | 9.56 | 6.31 | 14.9 | - |
| YUV | 72.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 108 | 0.04 | 0.54 | 0 | 0.58 | 295.86 | 0.37 | 0.31 |
| Hex | 68 | 32 | 6C | 4 | 36 | 0 | 3A | 128 | 25 | 1F |
| Octal | 150 | 62 | 154 | 4 | 66 | 0 | 72 | 450 | 45 | 37 |
| Binary | 1101000 | 110010 | 1101100 | 100 | 110110 | 0 | 111010 | 100101000 | 100101 | 11111 |
Color Harmonies of #68326C
Complementary color
Monochromatic Colors of #68326C
Black with #68326C
Text Example
Text Example
White with #68326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68326C; }
p { color: rgb(104,50,108); }
H1.HeaderClassName
{
color: #68326C;
}
.AnyTagClassName
{
color: #68326C;
}
</style>
background-color css
<style>
a { background-color: #68326C; }
a { background-color: rgb(104,50,108); }
div.DivClassName
{
background-color: #68326C;
}
.BgClassName
{
background-color: #68326C;
}
</style>
border-color css
<style>
span { border-color: #68326C; }
span { border-color: rgb(104,50,108); }
td.TdClassName
{
border-color: #68326C;
}
.TagClassName
{
border-color: #68326C;
}
</style>