Shades of Seance #612B64
Tints of Seance #612B64
RGB
CMYK
RGB Variations
Color information
#612B64 (or 0x612B64) is known color: Seance. HEX triplet: 61, 2B and 64. RGB value is (97,43,100). Sum of RGB (Red+Green+Blue) = 97+43+100=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 100 (39.45% from 255 or 41.67% from 240); Max value from RGB is 100 - color contains mainly: blue. Hex color #612B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B64 is #9ED49B. Grayscale: #414141. Windows color (decimal): -10409116 or 6564705. OLE color: 6564705.
HSL color Cylindrical-coordinate representation of color #612B64: hue angle of 296.84º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612B64 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 43 | 100 | - |
| CMYK | 0.03 | 0.57 | 0 | 0.61 |
| HSL | 296.84º | 0.4% | 0.28% | - |
| HSV(B) | 296.84º | 0.57% | 0.39% | - |
| XYZ | 8.09 | 5.19 | 12.63 | - |
| YUV | 65.64 | 147.39 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 100 | 0.03 | 0.57 | 0 | 0.61 | 296.84 | 0.4 | 0.28 |
| Hex | 61 | 2B | 64 | 3 | 39 | 0 | 3D | 129 | 28 | 1C |
| Octal | 141 | 53 | 144 | 3 | 71 | 0 | 75 | 451 | 50 | 34 |
| Binary | 1100001 | 101011 | 1100100 | 11 | 111001 | 0 | 111101 | 100101001 | 101000 | 11100 |
Color Harmonies of #612B64
Complementary color
Monochromatic Colors of #612B64
Black with #612B64
Text Example
Text Example
White with #612B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B64; }
p { color: rgb(97,43,100); }
H1.HeaderClassName
{
color: #612B64;
}
.AnyTagClassName
{
color: #612B64;
}
</style>
background-color css
<style>
a { background-color: #612B64; }
a { background-color: rgb(97,43,100); }
div.DivClassName
{
background-color: #612B64;
}
.BgClassName
{
background-color: #612B64;
}
</style>
border-color css
<style>
span { border-color: #612B64; }
span { border-color: rgb(97,43,100); }
td.TdClassName
{
border-color: #612B64;
}
.TagClassName
{
border-color: #612B64;
}
</style>