Shades of Seance #6C3571
Tints of Seance #6C3571
RGB
CMYK
RGB Variations
Color information
#6C3571 (or 0x6C3571) is known color: Seance. HEX triplet: 6C, 35 and 71. RGB value is (108,53,113). Sum of RGB (Red+Green+Blue) = 108+53+113=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 53 (21.09% from 255 or 19.34% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C3571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3571 is #93CA8E. Grayscale: #4C4C4C. Windows color (decimal): -9685647 or 7419244. OLE color: 7419244.
HSL color Cylindrical-coordinate representation of color #6C3571: hue angle of 295º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C3571 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 53 | 113 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.56 |
| HSL | 295º | 0.36% | 0.33% | - |
| HSV(B) | 295º | 0.53% | 0.44% | - |
| XYZ | 10.44 | 6.93 | 16.41 | - |
| YUV | 76.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 113 | 0.04 | 0.53 | 0 | 0.56 | 295 | 0.36 | 0.33 |
| Hex | 6C | 35 | 71 | 4 | 35 | 0 | 38 | 127 | 24 | 21 |
| Octal | 154 | 65 | 161 | 4 | 65 | 0 | 70 | 447 | 44 | 41 |
| Binary | 1101100 | 110101 | 1110001 | 100 | 110101 | 0 | 111000 | 100100111 | 100100 | 100001 |
Color Harmonies of #6C3571
Complementary color
Monochromatic Colors of #6C3571
Black with #6C3571
Text Example
Text Example
White with #6C3571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3571; }
p { color: rgb(108,53,113); }
H1.HeaderClassName
{
color: #6C3571;
}
.AnyTagClassName
{
color: #6C3571;
}
</style>
background-color css
<style>
a { background-color: #6C3571; }
a { background-color: rgb(108,53,113); }
div.DivClassName
{
background-color: #6C3571;
}
.BgClassName
{
background-color: #6C3571;
}
</style>
border-color css
<style>
span { border-color: #6C3571; }
span { border-color: rgb(108,53,113); }
td.TdClassName
{
border-color: #6C3571;
}
.TagClassName
{
border-color: #6C3571;
}
</style>