Shades of Seance #6D3A6C
Tints of Seance #6D3A6C
RGB
CMYK
RGB Variations
Color information
#6D3A6C (or 0x6D3A6C) is known color: Seance. HEX triplet: 6D, 3A and 6C. RGB value is (109,58,108). Sum of RGB (Red+Green+Blue) = 109+58+108=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3A6C is #92C593. Grayscale: #4E4E4E. Windows color (decimal): -9618836 or 7092845. OLE color: 7092845.
HSL color Cylindrical-coordinate representation of color #6D3A6C: hue angle of 301.18º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D3A6C is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 58 | 108 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.57 |
| HSL | 301.18º | 0.31% | 0.33% | - |
| HSV(B) | 301.18º | 0.47% | 0.43% | - |
| XYZ | 10.53 | 7.36 | 15.05 | - |
| YUV | 78.95 | 144.4 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 108 | 0 | 0.47 | 0.01 | 0.57 | 301.18 | 0.31 | 0.33 |
| Hex | 6D | 3A | 6C | 0 | 2F | 1 | 39 | 12D | 1F | 21 |
| Octal | 155 | 72 | 154 | 0 | 57 | 1 | 71 | 455 | 37 | 41 |
| Binary | 1101101 | 111010 | 1101100 | 0 | 101111 | 1 | 111001 | 100101101 | 11111 | 100001 |
Color Harmonies of #6D3A6C
Complementary color
Monochromatic Colors of #6D3A6C
Black with #6D3A6C
Text Example
Text Example
White with #6D3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A6C; }
p { color: rgb(109,58,108); }
H1.HeaderClassName
{
color: #6D3A6C;
}
.AnyTagClassName
{
color: #6D3A6C;
}
</style>
background-color css
<style>
a { background-color: #6D3A6C; }
a { background-color: rgb(109,58,108); }
div.DivClassName
{
background-color: #6D3A6C;
}
.BgClassName
{
background-color: #6D3A6C;
}
</style>
border-color css
<style>
span { border-color: #6D3A6C; }
span { border-color: rgb(109,58,108); }
td.TdClassName
{
border-color: #6D3A6C;
}
.TagClassName
{
border-color: #6D3A6C;
}
</style>