Shades of Seance #612E67
Tints of Seance #612E67
RGB
CMYK
RGB Variations
Color information
#612E67 (or 0x612E67) is known color: Seance. HEX triplet: 61, 2E and 67. RGB value is (97,46,103). Sum of RGB (Red+Green+Blue) = 97+46+103=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 103 - color contains mainly: blue. Hex color #612E67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E67 is #9ED198. Grayscale: #434343. Windows color (decimal): -10408345 or 6762081. OLE color: 6762081.
HSL color Cylindrical-coordinate representation of color #612E67: hue angle of 293.68º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #612E67 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 46 | 103 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.60 |
| HSL | 293.68º | 0.38% | 0.29% | - |
| HSV(B) | 293.68º | 0.55% | 0.4% | - |
| XYZ | 8.35 | 5.47 | 13.45 | - |
| YUV | 67.75 | 147.9 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 46 | 103 | 0.06 | 0.55 | 0 | 0.60 | 293.68 | 0.38 | 0.29 |
| Hex | 61 | 2E | 67 | 6 | 37 | 0 | 3C | 126 | 26 | 1D |
| Octal | 141 | 56 | 147 | 6 | 67 | 0 | 74 | 446 | 46 | 35 |
| Binary | 1100001 | 101110 | 1100111 | 110 | 110111 | 0 | 111100 | 100100110 | 100110 | 11101 |
Color Harmonies of #612E67
Complementary color
Monochromatic Colors of #612E67
Black with #612E67
Text Example
Text Example
White with #612E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612E67; }
p { color: rgb(97,46,103); }
H1.HeaderClassName
{
color: #612E67;
}
.AnyTagClassName
{
color: #612E67;
}
</style>
background-color css
<style>
a { background-color: #612E67; }
a { background-color: rgb(97,46,103); }
div.DivClassName
{
background-color: #612E67;
}
.BgClassName
{
background-color: #612E67;
}
</style>
border-color css
<style>
span { border-color: #612E67; }
span { border-color: rgb(97,46,103); }
td.TdClassName
{
border-color: #612E67;
}
.TagClassName
{
border-color: #612E67;
}
</style>