Shades of Seance #61266B
Tints of Seance #61266B
RGB
CMYK
RGB Variations
Color information
#61266B (or 0x61266B) is known color: Seance. HEX triplet: 61, 26 and 6B. RGB value is (97,38,107). Sum of RGB (Red+Green+Blue) = 97+38+107=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 107 - color contains mainly: blue. Hex color #61266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61266B is #9ED994. Grayscale: #3F3F3F. Windows color (decimal): -10410389 or 7022177. OLE color: 7022177.
HSL color Cylindrical-coordinate representation of color #61266B: hue angle of 291.3º degrees, saturation: 0.48, 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 #61266B is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 38 | 107 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.58 |
| HSL | 291.3º | 0.48% | 0.28% | - |
| HSV(B) | 291.3º | 0.64% | 0.42% | - |
| XYZ | 8.28 | 4.99 | 14.44 | - |
| YUV | 63.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 38 | 107 | 0.09 | 0.64 | 0 | 0.58 | 291.3 | 0.48 | 0.28 |
| Hex | 61 | 26 | 6B | 9 | 40 | 0 | 3A | 123 | 30 | 1C |
| Octal | 141 | 46 | 153 | 11 | 100 | 0 | 72 | 443 | 60 | 34 |
| Binary | 1100001 | 100110 | 1101011 | 1001 | 1000000 | 0 | 111010 | 100100011 | 110000 | 11100 |
Color Harmonies of #61266B
Complementary color
Monochromatic Colors of #61266B
Black with #61266B
Text Example
Text Example
White with #61266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61266B; }
p { color: rgb(97,38,107); }
H1.HeaderClassName
{
color: #61266B;
}
.AnyTagClassName
{
color: #61266B;
}
</style>
background-color css
<style>
a { background-color: #61266B; }
a { background-color: rgb(97,38,107); }
div.DivClassName
{
background-color: #61266B;
}
.BgClassName
{
background-color: #61266B;
}
</style>
border-color css
<style>
span { border-color: #61266B; }
span { border-color: rgb(97,38,107); }
td.TdClassName
{
border-color: #61266B;
}
.TagClassName
{
border-color: #61266B;
}
</style>