Shades of Seance #68266A
Tints of Seance #68266A
RGB
CMYK
RGB Variations
Color information
#68266A (or 0x68266A) is known color: Seance. HEX triplet: 68, 26 and 6A. RGB value is (104,38,106). Sum of RGB (Red+Green+Blue) = 104+38+106=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 106 - color contains mainly: blue. Hex color #68266A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68266A is #97D995. Grayscale: #414141. Windows color (decimal): -9951638 or 6956648. OLE color: 6956648.
HSL color Cylindrical-coordinate representation of color #68266A: hue angle of 298.24º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68266A is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 38 | 106 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.58 |
| HSL | 298.24º | 0.47% | 0.28% | - |
| HSV(B) | 298.24º | 0.64% | 0.42% | - |
| XYZ | 9 | 5.37 | 14.2 | - |
| YUV | 65.49 | 150.87 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 106 | 0.02 | 0.64 | 0 | 0.58 | 298.24 | 0.47 | 0.28 |
| Hex | 68 | 26 | 6A | 2 | 40 | 0 | 3A | 12A | 2F | 1C |
| Octal | 150 | 46 | 152 | 2 | 100 | 0 | 72 | 452 | 57 | 34 |
| Binary | 1101000 | 100110 | 1101010 | 10 | 1000000 | 0 | 111010 | 100101010 | 101111 | 11100 |
Color Harmonies of #68266A
Complementary color
Monochromatic Colors of #68266A
Black with #68266A
Text Example
Text Example
White with #68266A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68266A; }
p { color: rgb(104,38,106); }
H1.HeaderClassName
{
color: #68266A;
}
.AnyTagClassName
{
color: #68266A;
}
</style>
background-color css
<style>
a { background-color: #68266A; }
a { background-color: rgb(104,38,106); }
div.DivClassName
{
background-color: #68266A;
}
.BgClassName
{
background-color: #68266A;
}
</style>
border-color css
<style>
span { border-color: #68266A; }
span { border-color: rgb(104,38,106); }
td.TdClassName
{
border-color: #68266A;
}
.TagClassName
{
border-color: #68266A;
}
</style>