Shades of Seance #68226C
Tints of Seance #68226C
RGB
CMYK
RGB Variations
Color information
#68226C (or 0x68226C) is known color: Seance. HEX triplet: 68, 22 and 6C. RGB value is (104,34,108). Sum of RGB (Red+Green+Blue) = 104+34+108=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #68226C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68226C is #97DD93. Grayscale: #3F3F3F. Windows color (decimal): -9952660 or 7086696. OLE color: 7086696.
HSL color Cylindrical-coordinate representation of color #68226C: hue angle of 296.76º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68226C is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 34 | 108 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.58 |
| HSL | 296.76º | 0.52% | 0.28% | - |
| HSV(B) | 296.76º | 0.69% | 0.42% | - |
| XYZ | 8.99 | 5.17 | 14.71 | - |
| YUV | 63.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 108 | 0.04 | 0.69 | 0 | 0.58 | 296.76 | 0.52 | 0.28 |
| Hex | 68 | 22 | 6C | 4 | 45 | 0 | 3A | 129 | 34 | 1C |
| Octal | 150 | 42 | 154 | 4 | 105 | 0 | 72 | 451 | 64 | 34 |
| Binary | 1101000 | 100010 | 1101100 | 100 | 1000101 | 0 | 111010 | 100101001 | 110100 | 11100 |
Color Harmonies of #68226C
Complementary color
Monochromatic Colors of #68226C
Black with #68226C
Text Example
Text Example
White with #68226C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68226C; }
p { color: rgb(104,34,108); }
H1.HeaderClassName
{
color: #68226C;
}
.AnyTagClassName
{
color: #68226C;
}
</style>
background-color css
<style>
a { background-color: #68226C; }
a { background-color: rgb(104,34,108); }
div.DivClassName
{
background-color: #68226C;
}
.BgClassName
{
background-color: #68226C;
}
</style>
border-color css
<style>
span { border-color: #68226C; }
span { border-color: rgb(104,34,108); }
td.TdClassName
{
border-color: #68226C;
}
.TagClassName
{
border-color: #68226C;
}
</style>