Shades of Seance #6C1676
Tints of Seance #6C1676
RGB
CMYK
RGB Variations
Color information
#6C1676 (or 0x6C1676) is known color: Seance. HEX triplet: 6C, 16 and 76. RGB value is (108,22,118). Sum of RGB (Red+Green+Blue) = 108+22+118=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #6C1676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1676 is #93E989. Grayscale: #3A3A3A. Windows color (decimal): -9693578 or 7738988. OLE color: 7738988.
HSL color Cylindrical-coordinate representation of color #6C1676: hue angle of 293.75º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1676 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 22 | 118 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.54 |
| HSL | 293.75º | 0.69% | 0.27% | - |
| HSV(B) | 293.75º | 0.81% | 0.46% | - |
| XYZ | 9.74 | 5.07 | 17.6 | - |
| YUV | 58.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 22 | 118 | 0.08 | 0.81 | 0 | 0.54 | 293.75 | 0.69 | 0.27 |
| Hex | 6C | 16 | 76 | 8 | 51 | 0 | 36 | 126 | 45 | 1B |
| Octal | 154 | 26 | 166 | 10 | 121 | 0 | 66 | 446 | 105 | 33 |
| Binary | 1101100 | 10110 | 1110110 | 1000 | 1010001 | 0 | 110110 | 100100110 | 1000101 | 11011 |
Color Harmonies of #6C1676
Complementary color
Monochromatic Colors of #6C1676
Black with #6C1676
Text Example
Text Example
White with #6C1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1676; }
p { color: rgb(108,22,118); }
H1.HeaderClassName
{
color: #6C1676;
}
.AnyTagClassName
{
color: #6C1676;
}
</style>
background-color css
<style>
a { background-color: #6C1676; }
a { background-color: rgb(108,22,118); }
div.DivClassName
{
background-color: #6C1676;
}
.BgClassName
{
background-color: #6C1676;
}
</style>
border-color css
<style>
span { border-color: #6C1676; }
span { border-color: rgb(108,22,118); }
td.TdClassName
{
border-color: #6C1676;
}
.TagClassName
{
border-color: #6C1676;
}
</style>