Shades of Seance #6C1C70
Tints of Seance #6C1C70
RGB
CMYK
RGB Variations
Color information
#6C1C70 (or 0x6C1C70) is known color: Seance. HEX triplet: 6C, 1C and 70. RGB value is (108,28,112). Sum of RGB (Red+Green+Blue) = 108+28+112=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C1C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1C70 is #93E38F. Grayscale: #3D3D3D. Windows color (decimal): -9692048 or 7347308. OLE color: 7347308.
HSL color Cylindrical-coordinate representation of color #6C1C70: hue angle of 297.14º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C1C70 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 28 | 112 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.56 |
| HSL | 297.14º | 0.6% | 0.27% | - |
| HSV(B) | 297.14º | 0.75% | 0.44% | - |
| XYZ | 9.52 | 5.19 | 15.83 | - |
| YUV | 61.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 28 | 112 | 0.04 | 0.75 | 0 | 0.56 | 297.14 | 0.6 | 0.27 |
| Hex | 6C | 1C | 70 | 4 | 4B | 0 | 38 | 129 | 3C | 1B |
| Octal | 154 | 34 | 160 | 4 | 113 | 0 | 70 | 451 | 74 | 33 |
| Binary | 1101100 | 11100 | 1110000 | 100 | 1001011 | 0 | 111000 | 100101001 | 111100 | 11011 |
Color Harmonies of #6C1C70
Complementary color
Monochromatic Colors of #6C1C70
Black with #6C1C70
Text Example
Text Example
White with #6C1C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1C70; }
p { color: rgb(108,28,112); }
H1.HeaderClassName
{
color: #6C1C70;
}
.AnyTagClassName
{
color: #6C1C70;
}
</style>
background-color css
<style>
a { background-color: #6C1C70; }
a { background-color: rgb(108,28,112); }
div.DivClassName
{
background-color: #6C1C70;
}
.BgClassName
{
background-color: #6C1C70;
}
</style>
border-color css
<style>
span { border-color: #6C1C70; }
span { border-color: rgb(108,28,112); }
td.TdClassName
{
border-color: #6C1C70;
}
.TagClassName
{
border-color: #6C1C70;
}
</style>