Shades of Seance #6D366E
Tints of Seance #6D366E
RGB
CMYK
RGB Variations
Color information
#6D366E (or 0x6D366E) is known color: Seance. HEX triplet: 6D, 36 and 6E. RGB value is (109,54,110). Sum of RGB (Red+Green+Blue) = 109+54+110=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 110 - color contains mainly: blue. Hex color #6D366E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D366E is #92C991. Grayscale: #4C4C4C. Windows color (decimal): -9619858 or 7222893. OLE color: 7222893.
HSL color Cylindrical-coordinate representation of color #6D366E: hue angle of 298.93º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D366E is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 54 | 110 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.57 |
| HSL | 298.93º | 0.34% | 0.32% | - |
| HSV(B) | 298.93º | 0.51% | 0.43% | - |
| XYZ | 10.44 | 7.02 | 15.56 | - |
| YUV | 76.83 | 146.72 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 54 | 110 | 0.01 | 0.51 | 0 | 0.57 | 298.93 | 0.34 | 0.32 |
| Hex | 6D | 36 | 6E | 1 | 33 | 0 | 39 | 12B | 22 | 20 |
| Octal | 155 | 66 | 156 | 1 | 63 | 0 | 71 | 453 | 42 | 40 |
| Binary | 1101101 | 110110 | 1101110 | 1 | 110011 | 0 | 111001 | 100101011 | 100010 | 100000 |
Color Harmonies of #6D366E
Complementary color
Monochromatic Colors of #6D366E
Black with #6D366E
Text Example
Text Example
White with #6D366E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D366E; }
p { color: rgb(109,54,110); }
H1.HeaderClassName
{
color: #6D366E;
}
.AnyTagClassName
{
color: #6D366E;
}
</style>
background-color css
<style>
a { background-color: #6D366E; }
a { background-color: rgb(109,54,110); }
div.DivClassName
{
background-color: #6D366E;
}
.BgClassName
{
background-color: #6D366E;
}
</style>
border-color css
<style>
span { border-color: #6D366E; }
span { border-color: rgb(109,54,110); }
td.TdClassName
{
border-color: #6D366E;
}
.TagClassName
{
border-color: #6D366E;
}
</style>