Shades of Seance #612C68
Tints of Seance #612C68
RGB
CMYK
RGB Variations
Color information
#612C68 (or 0x612C68) is known color: Seance. HEX triplet: 61, 2C and 68. RGB value is (97,44,104). Sum of RGB (Red+Green+Blue) = 97+44+104=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 104 (41.02% from 255 or 42.45% from 245); Max value from RGB is 104 - color contains mainly: blue. Hex color #612C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C68 is #9ED397. Grayscale: #424242. Windows color (decimal): -10408856 or 6827105. OLE color: 6827105.
HSL color Cylindrical-coordinate representation of color #612C68: hue angle of 293º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612C68 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 44 | 104 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.59 |
| HSL | 293º | 0.41% | 0.29% | - |
| HSV(B) | 293º | 0.58% | 0.41% | - |
| XYZ | 8.33 | 5.34 | 13.69 | - |
| YUV | 66.69 | 149.06 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 44 | 104 | 0.07 | 0.58 | 0 | 0.59 | 293 | 0.41 | 0.29 |
| Hex | 61 | 2C | 68 | 7 | 3A | 0 | 3B | 125 | 29 | 1D |
| Octal | 141 | 54 | 150 | 7 | 72 | 0 | 73 | 445 | 51 | 35 |
| Binary | 1100001 | 101100 | 1101000 | 111 | 111010 | 0 | 111011 | 100100101 | 101001 | 11101 |
Color Harmonies of #612C68
Complementary color
Monochromatic Colors of #612C68
Black with #612C68
Text Example
Text Example
White with #612C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612C68; }
p { color: rgb(97,44,104); }
H1.HeaderClassName
{
color: #612C68;
}
.AnyTagClassName
{
color: #612C68;
}
</style>
background-color css
<style>
a { background-color: #612C68; }
a { background-color: rgb(97,44,104); }
div.DivClassName
{
background-color: #612C68;
}
.BgClassName
{
background-color: #612C68;
}
</style>
border-color css
<style>
span { border-color: #612C68; }
span { border-color: rgb(97,44,104); }
td.TdClassName
{
border-color: #612C68;
}
.TagClassName
{
border-color: #612C68;
}
</style>