Shades of Seance #612B67
Tints of Seance #612B67
RGB
CMYK
RGB Variations
Color information
#612B67 (or 0x612B67) is known color: Seance. HEX triplet: 61, 2B and 67. RGB value is (97,43,103). Sum of RGB (Red+Green+Blue) = 97+43+103=243 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.92% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #612B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B67 is #9ED498. Grayscale: #414141. Windows color (decimal): -10409113 or 6761313. OLE color: 6761313.
HSL color Cylindrical-coordinate representation of color #612B67: hue angle of 294º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #612B67 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 43 | 103 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.60 |
| HSL | 294º | 0.41% | 0.29% | - |
| HSV(B) | 294º | 0.58% | 0.4% | - |
| XYZ | 8.24 | 5.25 | 13.41 | - |
| YUV | 65.99 | 148.89 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 103 | 0.06 | 0.58 | 0 | 0.60 | 294 | 0.41 | 0.29 |
| Hex | 61 | 2B | 67 | 6 | 3A | 0 | 3C | 126 | 29 | 1D |
| Octal | 141 | 53 | 147 | 6 | 72 | 0 | 74 | 446 | 51 | 35 |
| Binary | 1100001 | 101011 | 1100111 | 110 | 111010 | 0 | 111100 | 100100110 | 101001 | 11101 |
Color Harmonies of #612B67
Complementary color
Monochromatic Colors of #612B67
Black with #612B67
Text Example
Text Example
White with #612B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612B67; }
p { color: rgb(97,43,103); }
H1.HeaderClassName
{
color: #612B67;
}
.AnyTagClassName
{
color: #612B67;
}
</style>
background-color css
<style>
a { background-color: #612B67; }
a { background-color: rgb(97,43,103); }
div.DivClassName
{
background-color: #612B67;
}
.BgClassName
{
background-color: #612B67;
}
</style>
border-color css
<style>
span { border-color: #612B67; }
span { border-color: rgb(97,43,103); }
td.TdClassName
{
border-color: #612B67;
}
.TagClassName
{
border-color: #612B67;
}
</style>