Shades of Seance #6D1985
Tints of Seance #6D1985
RGB
CMYK
RGB Variations
Color information
#6D1985 (or 0x6D1985) is known color: Seance. HEX triplet: 6D, 19 and 85. RGB value is (109,25,133). Sum of RGB (Red+Green+Blue) = 109+25+133=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1985 is #92E67A. Grayscale: #3E3E3E. Windows color (decimal): -9627259 or 8722797. OLE color: 8722797.
HSL color Cylindrical-coordinate representation of color #6D1985: hue angle of 286.67º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D1985 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 25 | 133 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.48 |
| HSL | 286.67º | 0.68% | 0.31% | - |
| HSV(B) | 286.67º | 0.81% | 0.52% | - |
| XYZ | 10.89 | 5.64 | 22.71 | - |
| YUV | 62.43 | 167.83 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 133 | 0.18 | 0.81 | 0 | 0.48 | 286.67 | 0.68 | 0.31 |
| Hex | 6D | 19 | 85 | 12 | 51 | 0 | 30 | 11F | 44 | 1F |
| Octal | 155 | 31 | 205 | 22 | 121 | 0 | 60 | 437 | 104 | 37 |
| Binary | 1101101 | 11001 | 10000101 | 10010 | 1010001 | 0 | 110000 | 100011111 | 1000100 | 11111 |
Color Harmonies of #6D1985
Complementary color
Monochromatic Colors of #6D1985
Black with #6D1985
Text Example
Text Example
White with #6D1985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1985; }
p { color: rgb(109,25,133); }
H1.HeaderClassName
{
color: #6D1985;
}
.AnyTagClassName
{
color: #6D1985;
}
</style>
background-color css
<style>
a { background-color: #6D1985; }
a { background-color: rgb(109,25,133); }
div.DivClassName
{
background-color: #6D1985;
}
.BgClassName
{
background-color: #6D1985;
}
</style>
border-color css
<style>
span { border-color: #6D1985; }
span { border-color: rgb(109,25,133); }
td.TdClassName
{
border-color: #6D1985;
}
.TagClassName
{
border-color: #6D1985;
}
</style>