Shades of Seance #6D226D
Tints of Seance #6D226D
RGB
CMYK
RGB Variations
Color information
#6D226D (or 0x6D226D) is known color: Seance. HEX triplet: 6D, 22 and 6D. RGB value is (109,34,109). Sum of RGB (Red+Green+Blue) = 109+34+109=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D226D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D226D is #92DD92. Grayscale: #404040. Windows color (decimal): -9624979 or 7152237. OLE color: 7152237.
HSL color Cylindrical-coordinate representation of color #6D226D: hue angle of 300º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D226D is Cyan = 0, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 34 | 109 | - |
| CMYK | 0 | 0.69 | 0 | 0.57 |
| HSL | 300º | 0.52% | 0.28% | - |
| HSV(B) | 300º | 0.69% | 0.43% | - |
| XYZ | 9.64 | 5.5 | 15.02 | - |
| YUV | 64.98 | 152.85 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 109 | 0 | 0.69 | 0 | 0.57 | 300 | 0.52 | 0.28 |
| Hex | 6D | 22 | 6D | 0 | 45 | 0 | 39 | 12C | 34 | 1C |
| Octal | 155 | 42 | 155 | 0 | 105 | 0 | 71 | 454 | 64 | 34 |
| Binary | 1101101 | 100010 | 1101101 | 0 | 1000101 | 0 | 111001 | 100101100 | 110100 | 11100 |
Color Harmonies of #6D226D
Complementary color
Monochromatic Colors of #6D226D
Black with #6D226D
Text Example
Text Example
White with #6D226D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D226D; }
p { color: rgb(109,34,109); }
H1.HeaderClassName
{
color: #6D226D;
}
.AnyTagClassName
{
color: #6D226D;
}
</style>
background-color css
<style>
a { background-color: #6D226D; }
a { background-color: rgb(109,34,109); }
div.DivClassName
{
background-color: #6D226D;
}
.BgClassName
{
background-color: #6D226D;
}
</style>
border-color css
<style>
span { border-color: #6D226D; }
span { border-color: rgb(109,34,109); }
td.TdClassName
{
border-color: #6D226D;
}
.TagClassName
{
border-color: #6D226D;
}
</style>