Shades of Seance #6B1C70
Tints of Seance #6B1C70
RGB
CMYK
RGB Variations
Color information
#6B1C70 (or 0x6B1C70) is known color: Seance. HEX triplet: 6B, 1C and 70. RGB value is (107,28,112). Sum of RGB (Red+Green+Blue) = 107+28+112=247 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.32% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #6B1C70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B1C70 is #94E38F. Grayscale: #3C3C3C. Windows color (decimal): -9757584 or 7347307. OLE color: 7347307.
HSL color Cylindrical-coordinate representation of color #6B1C70: hue angle of 296.43º 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 #6B1C70 is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 28 | 112 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.56 |
| HSL | 296.43º | 0.6% | 0.27% | - |
| HSV(B) | 296.43º | 0.75% | 0.44% | - |
| XYZ | 9.4 | 5.13 | 15.82 | - |
| YUV | 61.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 28 | 112 | 0.04 | 0.75 | 0 | 0.56 | 296.43 | 0.6 | 0.27 |
| Hex | 6B | 1C | 70 | 4 | 4B | 0 | 38 | 128 | 3C | 1B |
| Octal | 153 | 34 | 160 | 4 | 113 | 0 | 70 | 450 | 74 | 33 |
| Binary | 1101011 | 11100 | 1110000 | 100 | 1001011 | 0 | 111000 | 100101000 | 111100 | 11011 |
Color Harmonies of #6B1C70
Complementary color
Monochromatic Colors of #6B1C70
Black with #6B1C70
Text Example
Text Example
White with #6B1C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B1C70; }
p { color: rgb(107,28,112); }
H1.HeaderClassName
{
color: #6B1C70;
}
.AnyTagClassName
{
color: #6B1C70;
}
</style>
background-color css
<style>
a { background-color: #6B1C70; }
a { background-color: rgb(107,28,112); }
div.DivClassName
{
background-color: #6B1C70;
}
.BgClassName
{
background-color: #6B1C70;
}
</style>
border-color css
<style>
span { border-color: #6B1C70; }
span { border-color: rgb(107,28,112); }
td.TdClassName
{
border-color: #6B1C70;
}
.TagClassName
{
border-color: #6B1C70;
}
</style>