Shades of Seance #612C66
Tints of Seance #612C66
RGB
CMYK
RGB Variations
Color information
#612C66 (or 0x612C66) is known color: Seance. HEX triplet: 61, 2C and 66. RGB value is (97,44,102). Sum of RGB (Red+Green+Blue) = 97+44+102=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 102 - color contains mainly: blue. Hex color #612C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C66 is #9ED399. Grayscale: #424242. Windows color (decimal): -10408858 or 6696033. OLE color: 6696033.
HSL color Cylindrical-coordinate representation of color #612C66: hue angle of 294.83º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612C66 is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 44 | 102 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.6 |
| HSL | 294.83º | 0.4% | 0.29% | - |
| HSV(B) | 294.83º | 0.57% | 0.4% | - |
| XYZ | 8.23 | 5.3 | 13.16 | - |
| YUV | 66.46 | 148.06 | 149.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 102 | 0.05 | 0.57 | 0 | 0.6 | 294.83 | 0.4 | 0.29 |
| Hex | 61 | 2C | 66 | 5 | 39 | 0 | 3C | 127 | 28 | 1D |
| Octal | 141 | 54 | 146 | 5 | 71 | 0 | 74 | 447 | 50 | 35 |
| Binary | 1100001 | 101100 | 1100110 | 101 | 111001 | 0 | 111100 | 100100111 | 101000 | 11101 |
Color Harmonies of #612C66
Complementary color
Monochromatic Colors of #612C66
Black with #612C66
Text Example
Text Example
White with #612C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C66; }
p { color: rgb(97,44,102); }
H1.HeaderClassName
{
color: #612C66;
}
.AnyTagClassName
{
color: #612C66;
}
</style>
background-color css
<style>
a { background-color: #612C66; }
a { background-color: rgb(97,44,102); }
div.DivClassName
{
background-color: #612C66;
}
.BgClassName
{
background-color: #612C66;
}
</style>
border-color css
<style>
span { border-color: #612C66; }
span { border-color: rgb(97,44,102); }
td.TdClassName
{
border-color: #612C66;
}
.TagClassName
{
border-color: #612C66;
}
</style>