Shades of Seance #6D277E
Tints of Seance #6D277E
RGB
CMYK
RGB Variations
Color information
#6D277E (or 0x6D277E) is known color: Seance. HEX triplet: 6D, 27 and 7E. RGB value is (109,39,126). Sum of RGB (Red+Green+Blue) = 109+39+126=274 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.78% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #6D277E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D277E is #92D881. Grayscale: #454545. Windows color (decimal): -9623682 or 8267629. OLE color: 8267629.
HSL color Cylindrical-coordinate representation of color #6D277E: hue angle of 288.28º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D277E is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 39 | 126 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.51 |
| HSL | 288.28º | 0.53% | 0.32% | - |
| HSV(B) | 288.28º | 0.69% | 0.49% | - |
| XYZ | 10.8 | 6.21 | 20.37 | - |
| YUV | 69.85 | 159.69 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 126 | 0.13 | 0.69 | 0 | 0.51 | 288.28 | 0.53 | 0.32 |
| Hex | 6D | 27 | 7E | D | 45 | 0 | 33 | 120 | 35 | 20 |
| Octal | 155 | 47 | 176 | 15 | 105 | 0 | 63 | 440 | 65 | 40 |
| Binary | 1101101 | 100111 | 1111110 | 1101 | 1000101 | 0 | 110011 | 100100000 | 110101 | 100000 |
Color Harmonies of #6D277E
Complementary color
Monochromatic Colors of #6D277E
Black with #6D277E
Text Example
Text Example
White with #6D277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D277E; }
p { color: rgb(109,39,126); }
H1.HeaderClassName
{
color: #6D277E;
}
.AnyTagClassName
{
color: #6D277E;
}
</style>
background-color css
<style>
a { background-color: #6D277E; }
a { background-color: rgb(109,39,126); }
div.DivClassName
{
background-color: #6D277E;
}
.BgClassName
{
background-color: #6D277E;
}
</style>
border-color css
<style>
span { border-color: #6D277E; }
span { border-color: rgb(109,39,126); }
td.TdClassName
{
border-color: #6D277E;
}
.TagClassName
{
border-color: #6D277E;
}
</style>