Shades of Seance #612068
Tints of Seance #612068
RGB
CMYK
RGB Variations
Color information
#612068 (or 0x612068) is known color: Seance. HEX triplet: 61, 20 and 68. RGB value is (97,32,104). Sum of RGB (Red+Green+Blue) = 97+32+104=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #612068 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612068 is #9EDF97. Grayscale: #3B3B3B. Windows color (decimal): -10411928 or 6824033. OLE color: 6824033.
HSL color Cylindrical-coordinate representation of color #612068: hue angle of 294.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #612068 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 32 | 104 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.59 |
| HSL | 294.17º | 0.53% | 0.27% | - |
| HSV(B) | 294.17º | 0.69% | 0.41% | - |
| XYZ | 7.94 | 4.57 | 13.56 | - |
| YUV | 59.64 | 153.03 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 32 | 104 | 0.07 | 0.69 | 0 | 0.59 | 294.17 | 0.53 | 0.27 |
| Hex | 61 | 20 | 68 | 7 | 45 | 0 | 3B | 126 | 35 | 1B |
| Octal | 141 | 40 | 150 | 7 | 105 | 0 | 73 | 446 | 65 | 33 |
| Binary | 1100001 | 100000 | 1101000 | 111 | 1000101 | 0 | 111011 | 100100110 | 110101 | 11011 |
Color Harmonies of #612068
Complementary color
Monochromatic Colors of #612068
Black with #612068
Text Example
Text Example
White with #612068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612068; }
p { color: rgb(97,32,104); }
H1.HeaderClassName
{
color: #612068;
}
.AnyTagClassName
{
color: #612068;
}
</style>
background-color css
<style>
a { background-color: #612068; }
a { background-color: rgb(97,32,104); }
div.DivClassName
{
background-color: #612068;
}
.BgClassName
{
background-color: #612068;
}
</style>
border-color css
<style>
span { border-color: #612068; }
span { border-color: rgb(97,32,104); }
td.TdClassName
{
border-color: #612068;
}
.TagClassName
{
border-color: #612068;
}
</style>