Shades of Seance #6C2070
Tints of Seance #6C2070
RGB
CMYK
RGB Variations
Color information
#6C2070 (or 0x6C2070) is known color: Seance. HEX triplet: 6C, 20 and 70. RGB value is (108,32,112). Sum of RGB (Red+Green+Blue) = 108+32+112=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C2070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2070 is #93DF8F. Grayscale: #3F3F3F. Windows color (decimal): -9691024 or 7348332. OLE color: 7348332.
HSL color Cylindrical-coordinate representation of color #6C2070: hue angle of 297º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C2070 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 32 | 112 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.56 |
| HSL | 297º | 0.56% | 0.28% | - |
| HSV(B) | 297º | 0.71% | 0.44% | - |
| XYZ | 9.63 | 5.39 | 15.86 | - |
| YUV | 63.84 | 155.18 | 159.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 32 | 112 | 0.04 | 0.71 | 0 | 0.56 | 297 | 0.56 | 0.28 |
| Hex | 6C | 20 | 70 | 4 | 47 | 0 | 38 | 129 | 38 | 1C |
| Octal | 154 | 40 | 160 | 4 | 107 | 0 | 70 | 451 | 70 | 34 |
| Binary | 1101100 | 100000 | 1110000 | 100 | 1000111 | 0 | 111000 | 100101001 | 111000 | 11100 |
Color Harmonies of #6C2070
Complementary color
Monochromatic Colors of #6C2070
Black with #6C2070
Text Example
Text Example
White with #6C2070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2070; }
p { color: rgb(108,32,112); }
H1.HeaderClassName
{
color: #6C2070;
}
.AnyTagClassName
{
color: #6C2070;
}
</style>
background-color css
<style>
a { background-color: #6C2070; }
a { background-color: rgb(108,32,112); }
div.DivClassName
{
background-color: #6C2070;
}
.BgClassName
{
background-color: #6C2070;
}
</style>
border-color css
<style>
span { border-color: #6C2070; }
span { border-color: rgb(108,32,112); }
td.TdClassName
{
border-color: #6C2070;
}
.TagClassName
{
border-color: #6C2070;
}
</style>