Shades of Seance #6D326A
Tints of Seance #6D326A
RGB
CMYK
RGB Variations
Color information
#6D326A (or 0x6D326A) is known color: Seance. HEX triplet: 6D, 32 and 6A. RGB value is (109,50,106). Sum of RGB (Red+Green+Blue) = 109+50+106=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D326A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D326A is #92CD95. Grayscale: #494949. Windows color (decimal): -9620886 or 6959725. OLE color: 6959725.
HSL color Cylindrical-coordinate representation of color #6D326A: hue angle of 303.05º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D326A is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 106 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.57 |
| HSL | 303.05º | 0.37% | 0.31% | - |
| HSV(B) | 303.05º | 0.54% | 0.43% | - |
| XYZ | 10.05 | 6.57 | 14.37 | - |
| YUV | 74.03 | 146.05 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 106 | 0 | 0.54 | 0.03 | 0.57 | 303.05 | 0.37 | 0.31 |
| Hex | 6D | 32 | 6A | 0 | 36 | 3 | 39 | 12F | 25 | 1F |
| Octal | 155 | 62 | 152 | 0 | 66 | 3 | 71 | 457 | 45 | 37 |
| Binary | 1101101 | 110010 | 1101010 | 0 | 110110 | 11 | 111001 | 100101111 | 100101 | 11111 |
Color Harmonies of #6D326A
Complementary color
Monochromatic Colors of #6D326A
Black with #6D326A
Text Example
Text Example
White with #6D326A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D326A; }
p { color: rgb(109,50,106); }
H1.HeaderClassName
{
color: #6D326A;
}
.AnyTagClassName
{
color: #6D326A;
}
</style>
background-color css
<style>
a { background-color: #6D326A; }
a { background-color: rgb(109,50,106); }
div.DivClassName
{
background-color: #6D326A;
}
.BgClassName
{
background-color: #6D326A;
}
</style>
border-color css
<style>
span { border-color: #6D326A; }
span { border-color: rgb(109,50,106); }
td.TdClassName
{
border-color: #6D326A;
}
.TagClassName
{
border-color: #6D326A;
}
</style>