Shades of Seance #68366C
Tints of Seance #68366C
RGB
CMYK
RGB Variations
Color information
#68366C (or 0x68366C) is known color: Seance. HEX triplet: 68, 36 and 6C. RGB value is (104,54,108). Sum of RGB (Red+Green+Blue) = 104+54+108=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #68366C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68366C is #97C993. Grayscale: #4A4A4A. Windows color (decimal): -9947540 or 7091816. OLE color: 7091816.
HSL color Cylindrical-coordinate representation of color #68366C: hue angle of 295.56º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68366C is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 54 | 108 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.58 |
| HSL | 295.56º | 0.33% | 0.32% | - |
| HSV(B) | 295.56º | 0.5% | 0.42% | - |
| XYZ | 9.73 | 6.66 | 14.96 | - |
| YUV | 75.11 | 146.57 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 108 | 0.04 | 0.50 | 0 | 0.58 | 295.56 | 0.33 | 0.32 |
| Hex | 68 | 36 | 6C | 4 | 32 | 0 | 3A | 128 | 21 | 20 |
| Octal | 150 | 66 | 154 | 4 | 62 | 0 | 72 | 450 | 41 | 40 |
| Binary | 1101000 | 110110 | 1101100 | 100 | 110010 | 0 | 111010 | 100101000 | 100001 | 100000 |
Color Harmonies of #68366C
Complementary color
Monochromatic Colors of #68366C
Black with #68366C
Text Example
Text Example
White with #68366C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68366C; }
p { color: rgb(104,54,108); }
H1.HeaderClassName
{
color: #68366C;
}
.AnyTagClassName
{
color: #68366C;
}
</style>
background-color css
<style>
a { background-color: #68366C; }
a { background-color: rgb(104,54,108); }
div.DivClassName
{
background-color: #68366C;
}
.BgClassName
{
background-color: #68366C;
}
</style>
border-color css
<style>
span { border-color: #68366C; }
span { border-color: rgb(104,54,108); }
td.TdClassName
{
border-color: #68366C;
}
.TagClassName
{
border-color: #68366C;
}
</style>