Shades of Seance #6D376F
Tints of Seance #6D376F
RGB
CMYK
RGB Variations
Color information
#6D376F (or 0x6D376F) is known color: Seance. HEX triplet: 6D, 37 and 6F. RGB value is (109,55,111). Sum of RGB (Red+Green+Blue) = 109+55+111=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #6D376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D376F is #92C890. Grayscale: #4D4D4D. Windows color (decimal): -9619601 or 7288685. OLE color: 7288685.
HSL color Cylindrical-coordinate representation of color #6D376F: hue angle of 297.86º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D376F is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 55 | 111 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.56 |
| HSL | 297.86º | 0.34% | 0.33% | - |
| HSV(B) | 297.86º | 0.5% | 0.44% | - |
| XYZ | 10.54 | 7.13 | 15.86 | - |
| YUV | 77.53 | 146.89 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 111 | 0.02 | 0.50 | 0 | 0.56 | 297.86 | 0.34 | 0.33 |
| Hex | 6D | 37 | 6F | 2 | 32 | 0 | 38 | 12A | 22 | 21 |
| Octal | 155 | 67 | 157 | 2 | 62 | 0 | 70 | 452 | 42 | 41 |
| Binary | 1101101 | 110111 | 1101111 | 10 | 110010 | 0 | 111000 | 100101010 | 100010 | 100001 |
Color Harmonies of #6D376F
Complementary color
Monochromatic Colors of #6D376F
Black with #6D376F
Text Example
Text Example
White with #6D376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D376F; }
p { color: rgb(109,55,111); }
H1.HeaderClassName
{
color: #6D376F;
}
.AnyTagClassName
{
color: #6D376F;
}
</style>
background-color css
<style>
a { background-color: #6D376F; }
a { background-color: rgb(109,55,111); }
div.DivClassName
{
background-color: #6D376F;
}
.BgClassName
{
background-color: #6D376F;
}
</style>
border-color css
<style>
span { border-color: #6D376F; }
span { border-color: rgb(109,55,111); }
td.TdClassName
{
border-color: #6D376F;
}
.TagClassName
{
border-color: #6D376F;
}
</style>