Shades of Seance #6D2874
Tints of Seance #6D2874
RGB
CMYK
RGB Variations
Color information
#6D2874 (or 0x6D2874) is known color: Seance. HEX triplet: 6D, 28 and 74. RGB value is (109,40,116). Sum of RGB (Red+Green+Blue) = 109+40+116=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D2874 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2874 is #92D78B. Grayscale: #454545. Windows color (decimal): -9623436 or 7612525. OLE color: 7612525.
HSL color Cylindrical-coordinate representation of color #6D2874: hue angle of 294.47º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D2874 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 40 | 116 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.55 |
| HSL | 294.47º | 0.49% | 0.31% | - |
| HSV(B) | 294.47º | 0.66% | 0.45% | - |
| XYZ | 10.22 | 6.03 | 17.15 | - |
| YUV | 69.3 | 154.36 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 40 | 116 | 0.06 | 0.66 | 0 | 0.55 | 294.47 | 0.49 | 0.31 |
| Hex | 6D | 28 | 74 | 6 | 42 | 0 | 37 | 126 | 31 | 1F |
| Octal | 155 | 50 | 164 | 6 | 102 | 0 | 67 | 446 | 61 | 37 |
| Binary | 1101101 | 101000 | 1110100 | 110 | 1000010 | 0 | 110111 | 100100110 | 110001 | 11111 |
Color Harmonies of #6D2874
Complementary color
Monochromatic Colors of #6D2874
Black with #6D2874
Text Example
Text Example
White with #6D2874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2874; }
p { color: rgb(109,40,116); }
H1.HeaderClassName
{
color: #6D2874;
}
.AnyTagClassName
{
color: #6D2874;
}
</style>
background-color css
<style>
a { background-color: #6D2874; }
a { background-color: rgb(109,40,116); }
div.DivClassName
{
background-color: #6D2874;
}
.BgClassName
{
background-color: #6D2874;
}
</style>
border-color css
<style>
span { border-color: #6D2874; }
span { border-color: rgb(109,40,116); }
td.TdClassName
{
border-color: #6D2874;
}
.TagClassName
{
border-color: #6D2874;
}
</style>