Shades of Seance #6C3470
Tints of Seance #6C3470
RGB
CMYK
RGB Variations
Color information
#6C3470 (or 0x6C3470) is known color: Seance. HEX triplet: 6C, 34 and 70. RGB value is (108,52,112). Sum of RGB (Red+Green+Blue) = 108+52+112=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C3470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3470 is #93CB8F. Grayscale: #4B4B4B. Windows color (decimal): -9685904 or 7353452. OLE color: 7353452.
HSL color Cylindrical-coordinate representation of color #6C3470: hue angle of 296º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C3470 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 52 | 112 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.56 |
| HSL | 296º | 0.37% | 0.32% | - |
| HSV(B) | 296º | 0.54% | 0.44% | - |
| XYZ | 10.34 | 6.81 | 16.1 | - |
| YUV | 75.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 112 | 0.04 | 0.54 | 0 | 0.56 | 296 | 0.37 | 0.32 |
| Hex | 6C | 34 | 70 | 4 | 36 | 0 | 38 | 128 | 25 | 20 |
| Octal | 154 | 64 | 160 | 4 | 66 | 0 | 70 | 450 | 45 | 40 |
| Binary | 1101100 | 110100 | 1110000 | 100 | 110110 | 0 | 111000 | 100101000 | 100101 | 100000 |
Color Harmonies of #6C3470
Complementary color
Monochromatic Colors of #6C3470
Black with #6C3470
Text Example
Text Example
White with #6C3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3470; }
p { color: rgb(108,52,112); }
H1.HeaderClassName
{
color: #6C3470;
}
.AnyTagClassName
{
color: #6C3470;
}
</style>
background-color css
<style>
a { background-color: #6C3470; }
a { background-color: rgb(108,52,112); }
div.DivClassName
{
background-color: #6C3470;
}
.BgClassName
{
background-color: #6C3470;
}
</style>
border-color css
<style>
span { border-color: #6C3470; }
span { border-color: rgb(108,52,112); }
td.TdClassName
{
border-color: #6C3470;
}
.TagClassName
{
border-color: #6C3470;
}
</style>