Shades of Seance #6D2074
Tints of Seance #6D2074
RGB
CMYK
RGB Variations
Color information
#6D2074 (or 0x6D2074) is known color: Seance. HEX triplet: 6D, 20 and 74. RGB value is (109,32,116). Sum of RGB (Red+Green+Blue) = 109+32+116=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D2074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2074 is #92DF8B. Grayscale: #404040. Windows color (decimal): -9625484 or 7610477. OLE color: 7610477.
HSL color Cylindrical-coordinate representation of color #6D2074: hue angle of 295º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D2074 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 32 | 116 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.55 |
| HSL | 295º | 0.57% | 0.29% | - |
| HSV(B) | 295º | 0.72% | 0.45% | - |
| XYZ | 9.98 | 5.55 | 17.07 | - |
| YUV | 64.6 | 157.01 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 116 | 0.06 | 0.72 | 0 | 0.55 | 295 | 0.57 | 0.29 |
| Hex | 6D | 20 | 74 | 6 | 48 | 0 | 37 | 127 | 39 | 1D |
| Octal | 155 | 40 | 164 | 6 | 110 | 0 | 67 | 447 | 71 | 35 |
| Binary | 1101101 | 100000 | 1110100 | 110 | 1001000 | 0 | 110111 | 100100111 | 111001 | 11101 |
Color Harmonies of #6D2074
Complementary color
Monochromatic Colors of #6D2074
Black with #6D2074
Text Example
Text Example
White with #6D2074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2074; }
p { color: rgb(109,32,116); }
H1.HeaderClassName
{
color: #6D2074;
}
.AnyTagClassName
{
color: #6D2074;
}
</style>
background-color css
<style>
a { background-color: #6D2074; }
a { background-color: rgb(109,32,116); }
div.DivClassName
{
background-color: #6D2074;
}
.BgClassName
{
background-color: #6D2074;
}
</style>
border-color css
<style>
span { border-color: #6D2074; }
span { border-color: rgb(109,32,116); }
td.TdClassName
{
border-color: #6D2074;
}
.TagClassName
{
border-color: #6D2074;
}
</style>