Shades of Seance #6D396D
Tints of Seance #6D396D
RGB
CMYK
RGB Variations
Color information
#6D396D (or 0x6D396D) is known color: Seance. HEX triplet: 6D, 39 and 6D. RGB value is (109,57,109). Sum of RGB (Red+Green+Blue) = 109+57+109=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D396D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D396D is #92C692. Grayscale: #4E4E4E. Windows color (decimal): -9619091 or 7158125. OLE color: 7158125.
HSL color Cylindrical-coordinate representation of color #6D396D: hue angle of 300º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D396D is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 109 | - |
| CMYK | 0 | 0.48 | 0 | 0.57 |
| HSL | 300º | 0.31% | 0.33% | - |
| HSV(B) | 300º | 0.48% | 0.43% | - |
| XYZ | 10.53 | 7.28 | 15.32 | - |
| YUV | 78.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 109 | 0 | 0.48 | 0 | 0.57 | 300 | 0.31 | 0.33 |
| Hex | 6D | 39 | 6D | 0 | 30 | 0 | 39 | 12C | 1F | 21 |
| Octal | 155 | 71 | 155 | 0 | 60 | 0 | 71 | 454 | 37 | 41 |
| Binary | 1101101 | 111001 | 1101101 | 0 | 110000 | 0 | 111001 | 100101100 | 11111 | 100001 |
Color Harmonies of #6D396D
Complementary color
Monochromatic Colors of #6D396D
Black with #6D396D
Text Example
Text Example
White with #6D396D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D396D; }
p { color: rgb(109,57,109); }
H1.HeaderClassName
{
color: #6D396D;
}
.AnyTagClassName
{
color: #6D396D;
}
</style>
background-color css
<style>
a { background-color: #6D396D; }
a { background-color: rgb(109,57,109); }
div.DivClassName
{
background-color: #6D396D;
}
.BgClassName
{
background-color: #6D396D;
}
</style>
border-color css
<style>
span { border-color: #6D396D; }
span { border-color: rgb(109,57,109); }
td.TdClassName
{
border-color: #6D396D;
}
.TagClassName
{
border-color: #6D396D;
}
</style>