Shades of Seance #68226E
Tints of Seance #68226E
RGB
CMYK
RGB Variations
Color information
#68226E (or 0x68226E) is known color: Seance. HEX triplet: 68, 22 and 6E. RGB value is (104,34,110). Sum of RGB (Red+Green+Blue) = 104+34+110=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 110 - color contains mainly: blue. Hex color #68226E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68226E is #97DD91. Grayscale: #3F3F3F. Windows color (decimal): -9952658 or 7217768. OLE color: 7217768.
HSL color Cylindrical-coordinate representation of color #68226E: hue angle of 295.26º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68226E is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 34 | 110 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.57 |
| HSL | 295.26º | 0.53% | 0.28% | - |
| HSV(B) | 295.26º | 0.69% | 0.43% | - |
| XYZ | 9.1 | 5.21 | 15.28 | - |
| YUV | 63.59 | 154.19 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 110 | 0.05 | 0.69 | 0 | 0.57 | 295.26 | 0.53 | 0.28 |
| Hex | 68 | 22 | 6E | 5 | 45 | 0 | 39 | 127 | 35 | 1C |
| Octal | 150 | 42 | 156 | 5 | 105 | 0 | 71 | 447 | 65 | 34 |
| Binary | 1101000 | 100010 | 1101110 | 101 | 1000101 | 0 | 111001 | 100100111 | 110101 | 11100 |
Color Harmonies of #68226E
Complementary color
Monochromatic Colors of #68226E
Black with #68226E
Text Example
Text Example
White with #68226E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68226E; }
p { color: rgb(104,34,110); }
H1.HeaderClassName
{
color: #68226E;
}
.AnyTagClassName
{
color: #68226E;
}
</style>
background-color css
<style>
a { background-color: #68226E; }
a { background-color: rgb(104,34,110); }
div.DivClassName
{
background-color: #68226E;
}
.BgClassName
{
background-color: #68226E;
}
</style>
border-color css
<style>
span { border-color: #68226E; }
span { border-color: rgb(104,34,110); }
td.TdClassName
{
border-color: #68226E;
}
.TagClassName
{
border-color: #68226E;
}
</style>