Shades of Seance #61266C
Tints of Seance #61266C
RGB
CMYK
RGB Variations
Color information
#61266C (or 0x61266C) is known color: Seance. HEX triplet: 61, 26 and 6C. RGB value is (97,38,108). Sum of RGB (Red+Green+Blue) = 97+38+108=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #61266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61266C is #9ED993. Grayscale: #3F3F3F. Windows color (decimal): -10410388 or 7087713. OLE color: 7087713.
HSL color Cylindrical-coordinate representation of color #61266C: hue angle of 290.57º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61266C is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 38 | 108 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.58 |
| HSL | 290.57º | 0.48% | 0.29% | - |
| HSV(B) | 290.57º | 0.65% | 0.42% | - |
| XYZ | 8.33 | 5.01 | 14.72 | - |
| YUV | 63.62 | 153.05 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 108 | 0.10 | 0.65 | 0 | 0.58 | 290.57 | 0.48 | 0.29 |
| Hex | 61 | 26 | 6C | A | 41 | 0 | 3A | 123 | 30 | 1D |
| Octal | 141 | 46 | 154 | 12 | 101 | 0 | 72 | 443 | 60 | 35 |
| Binary | 1100001 | 100110 | 1101100 | 1010 | 1000001 | 0 | 111010 | 100100011 | 110000 | 11101 |
Color Harmonies of #61266C
Complementary color
Monochromatic Colors of #61266C
Black with #61266C
Text Example
Text Example
White with #61266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61266C; }
p { color: rgb(97,38,108); }
H1.HeaderClassName
{
color: #61266C;
}
.AnyTagClassName
{
color: #61266C;
}
</style>
background-color css
<style>
a { background-color: #61266C; }
a { background-color: rgb(97,38,108); }
div.DivClassName
{
background-color: #61266C;
}
.BgClassName
{
background-color: #61266C;
}
</style>
border-color css
<style>
span { border-color: #61266C; }
span { border-color: rgb(97,38,108); }
td.TdClassName
{
border-color: #61266C;
}
.TagClassName
{
border-color: #61266C;
}
</style>