Shades of Seance #6D306C
Tints of Seance #6D306C
RGB
CMYK
RGB Variations
Color information
#6D306C (or 0x6D306C) is known color: Seance. HEX triplet: 6D, 30 and 6C. RGB value is (109,48,108). Sum of RGB (Red+Green+Blue) = 109+48+108=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D306C is #92CF93. Grayscale: #484848. Windows color (decimal): -9621396 or 7090285. OLE color: 7090285.
HSL color Cylindrical-coordinate representation of color #6D306C: hue angle of 300.98º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D306C is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 108 | - |
| CMYK | 0 | 0.56 | 0.01 | 0.57 |
| HSL | 300.98º | 0.39% | 0.31% | - |
| HSV(B) | 300.98º | 0.56% | 0.43% | - |
| XYZ | 10.07 | 6.45 | 14.9 | - |
| YUV | 73.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 108 | 0 | 0.56 | 0.01 | 0.57 | 300.98 | 0.39 | 0.31 |
| Hex | 6D | 30 | 6C | 0 | 38 | 1 | 39 | 12D | 27 | 1F |
| Octal | 155 | 60 | 154 | 0 | 70 | 1 | 71 | 455 | 47 | 37 |
| Binary | 1101101 | 110000 | 1101100 | 0 | 111000 | 1 | 111001 | 100101101 | 100111 | 11111 |
Color Harmonies of #6D306C
Complementary color
Monochromatic Colors of #6D306C
Black with #6D306C
Text Example
Text Example
White with #6D306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D306C; }
p { color: rgb(109,48,108); }
H1.HeaderClassName
{
color: #6D306C;
}
.AnyTagClassName
{
color: #6D306C;
}
</style>
background-color css
<style>
a { background-color: #6D306C; }
a { background-color: rgb(109,48,108); }
div.DivClassName
{
background-color: #6D306C;
}
.BgClassName
{
background-color: #6D306C;
}
</style>
border-color css
<style>
span { border-color: #6D306C; }
span { border-color: rgb(109,48,108); }
td.TdClassName
{
border-color: #6D306C;
}
.TagClassName
{
border-color: #6D306C;
}
</style>