Shades of Seance #612D68
Tints of Seance #612D68
RGB
CMYK
RGB Variations
Color information
#612D68 (or 0x612D68) is known color: Seance. HEX triplet: 61, 2D and 68. RGB value is (97,45,104). Sum of RGB (Red+Green+Blue) = 97+45+104=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 104 (41.02% from 255 or 42.28% from 246); Max value from RGB is 104 - color contains mainly: blue. Hex color #612D68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D68 is #9ED297. Grayscale: #434343. Windows color (decimal): -10408600 or 6827361. OLE color: 6827361.
HSL color Cylindrical-coordinate representation of color #612D68: hue angle of 292.88º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #612D68 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 45 | 104 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.59 |
| HSL | 292.88º | 0.4% | 0.29% | - |
| HSV(B) | 292.88º | 0.57% | 0.41% | - |
| XYZ | 8.37 | 5.42 | 13.7 | - |
| YUV | 67.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 45 | 104 | 0.07 | 0.57 | 0 | 0.59 | 292.88 | 0.4 | 0.29 |
| Hex | 61 | 2D | 68 | 7 | 39 | 0 | 3B | 125 | 28 | 1D |
| Octal | 141 | 55 | 150 | 7 | 71 | 0 | 73 | 445 | 50 | 35 |
| Binary | 1100001 | 101101 | 1101000 | 111 | 111001 | 0 | 111011 | 100100101 | 101000 | 11101 |
Color Harmonies of #612D68
Complementary color
Monochromatic Colors of #612D68
Black with #612D68
Text Example
Text Example
White with #612D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612D68; }
p { color: rgb(97,45,104); }
H1.HeaderClassName
{
color: #612D68;
}
.AnyTagClassName
{
color: #612D68;
}
</style>
background-color css
<style>
a { background-color: #612D68; }
a { background-color: rgb(97,45,104); }
div.DivClassName
{
background-color: #612D68;
}
.BgClassName
{
background-color: #612D68;
}
</style>
border-color css
<style>
span { border-color: #612D68; }
span { border-color: rgb(97,45,104); }
td.TdClassName
{
border-color: #612D68;
}
.TagClassName
{
border-color: #612D68;
}
</style>