Shades of Seance #6D3D67
Tints of Seance #6D3D67
RGB
CMYK
RGB Variations
Color information
#6D3D67 (or 0x6D3D67) is known color: Seance. HEX triplet: 6D, 3D and 67. RGB value is (109,61,103). Sum of RGB (Red+Green+Blue) = 109+61+103=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3D67 is #92C298. Grayscale: #505050. Windows color (decimal): -9618073 or 6765933. OLE color: 6765933.
HSL color Cylindrical-coordinate representation of color #6D3D67: hue angle of 307.5º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D3D67 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 61 | 103 | - |
| CMYK | 0 | 0.44 | 0.06 | 0.57 |
| HSL | 307.5º | 0.28% | 0.33% | - |
| HSV(B) | 307.5º | 0.44% | 0.43% | - |
| XYZ | 10.42 | 7.57 | 13.74 | - |
| YUV | 80.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 103 | 0 | 0.44 | 0.06 | 0.57 | 307.5 | 0.28 | 0.33 |
| Hex | 6D | 3D | 67 | 0 | 2C | 6 | 39 | 134 | 1C | 21 |
| Octal | 155 | 75 | 147 | 0 | 54 | 6 | 71 | 464 | 34 | 41 |
| Binary | 1101101 | 111101 | 1100111 | 0 | 101100 | 110 | 111001 | 100110100 | 11100 | 100001 |
Color Harmonies of #6D3D67
Complementary color
Monochromatic Colors of #6D3D67
Black with #6D3D67
Text Example
Text Example
White with #6D3D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3D67; }
p { color: rgb(109,61,103); }
H1.HeaderClassName
{
color: #6D3D67;
}
.AnyTagClassName
{
color: #6D3D67;
}
</style>
background-color css
<style>
a { background-color: #6D3D67; }
a { background-color: rgb(109,61,103); }
div.DivClassName
{
background-color: #6D3D67;
}
.BgClassName
{
background-color: #6D3D67;
}
</style>
border-color css
<style>
span { border-color: #6D3D67; }
span { border-color: rgb(109,61,103); }
td.TdClassName
{
border-color: #6D3D67;
}
.TagClassName
{
border-color: #6D3D67;
}
</style>