Shades of Seance #6C3371
Tints of Seance #6C3371
RGB
CMYK
RGB Variations
Color information
#6C3371 (or 0x6C3371) is known color: Seance. HEX triplet: 6C, 33 and 71. RGB value is (108,51,113). Sum of RGB (Red+Green+Blue) = 108+51+113=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #6C3371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3371 is #93CC8E. Grayscale: #4A4A4A. Windows color (decimal): -9686159 or 7418732. OLE color: 7418732.
HSL color Cylindrical-coordinate representation of color #6C3371: hue angle of 295.16º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C3371 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 51 | 113 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.56 |
| HSL | 295.16º | 0.38% | 0.32% | - |
| HSV(B) | 295.16º | 0.55% | 0.44% | - |
| XYZ | 10.35 | 6.75 | 16.38 | - |
| YUV | 75.11 | 149.38 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 51 | 113 | 0.04 | 0.55 | 0 | 0.56 | 295.16 | 0.38 | 0.32 |
| Hex | 6C | 33 | 71 | 4 | 37 | 0 | 38 | 127 | 26 | 20 |
| Octal | 154 | 63 | 161 | 4 | 67 | 0 | 70 | 447 | 46 | 40 |
| Binary | 1101100 | 110011 | 1110001 | 100 | 110111 | 0 | 111000 | 100100111 | 100110 | 100000 |
Color Harmonies of #6C3371
Complementary color
Monochromatic Colors of #6C3371
Black with #6C3371
Text Example
Text Example
White with #6C3371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3371; }
p { color: rgb(108,51,113); }
H1.HeaderClassName
{
color: #6C3371;
}
.AnyTagClassName
{
color: #6C3371;
}
</style>
background-color css
<style>
a { background-color: #6C3371; }
a { background-color: rgb(108,51,113); }
div.DivClassName
{
background-color: #6C3371;
}
.BgClassName
{
background-color: #6C3371;
}
</style>
border-color css
<style>
span { border-color: #6C3371; }
span { border-color: rgb(108,51,113); }
td.TdClassName
{
border-color: #6C3371;
}
.TagClassName
{
border-color: #6C3371;
}
</style>