Shades of Seance #68226B
Tints of Seance #68226B
RGB
CMYK
RGB Variations
Color information
#68226B (or 0x68226B) is known color: Seance. HEX triplet: 68, 22 and 6B. RGB value is (104,34,107). Sum of RGB (Red+Green+Blue) = 104+34+107=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #68226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68226B is #97DD94. Grayscale: #3F3F3F. Windows color (decimal): -9952661 or 7021160. OLE color: 7021160.
HSL color Cylindrical-coordinate representation of color #68226B: hue angle of 297.53º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #68226B is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 34 | 107 | - |
| CMYK | 0.03 | 0.68 | 0 | 0.58 |
| HSL | 297.53º | 0.52% | 0.28% | - |
| HSV(B) | 297.53º | 0.68% | 0.42% | - |
| XYZ | 8.93 | 5.15 | 14.43 | - |
| YUV | 63.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 34 | 107 | 0.03 | 0.68 | 0 | 0.58 | 297.53 | 0.52 | 0.28 |
| Hex | 68 | 22 | 6B | 3 | 44 | 0 | 3A | 12A | 34 | 1C |
| Octal | 150 | 42 | 153 | 3 | 104 | 0 | 72 | 452 | 64 | 34 |
| Binary | 1101000 | 100010 | 1101011 | 11 | 1000100 | 0 | 111010 | 100101010 | 110100 | 11100 |
Color Harmonies of #68226B
Complementary color
Monochromatic Colors of #68226B
Black with #68226B
Text Example
Text Example
White with #68226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68226B; }
p { color: rgb(104,34,107); }
H1.HeaderClassName
{
color: #68226B;
}
.AnyTagClassName
{
color: #68226B;
}
</style>
background-color css
<style>
a { background-color: #68226B; }
a { background-color: rgb(104,34,107); }
div.DivClassName
{
background-color: #68226B;
}
.BgClassName
{
background-color: #68226B;
}
</style>
border-color css
<style>
span { border-color: #68226B; }
span { border-color: rgb(104,34,107); }
td.TdClassName
{
border-color: #68226B;
}
.TagClassName
{
border-color: #68226B;
}
</style>