Shades of Seance #6C1675
Tints of Seance #6C1675
RGB
CMYK
RGB Variations
Color information
#6C1675 (or 0x6C1675) is known color: Seance. HEX triplet: 6C, 16 and 75. RGB value is (108,22,117). Sum of RGB (Red+Green+Blue) = 108+22+117=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 117 - color contains mainly: blue. Hex color #6C1675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C1675 is #93E98A. Grayscale: #3A3A3A. Windows color (decimal): -9693579 or 7673452. OLE color: 7673452.
HSL color Cylindrical-coordinate representation of color #6C1675: hue angle of 294.32º degrees, saturation: 0.68, 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 #6C1675 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 108 | 22 | 117 | - |
| CMYK | 0.08 | 0.81 | 0 | 0.54 |
| HSL | 294.32º | 0.68% | 0.27% | - |
| HSV(B) | 294.32º | 0.81% | 0.46% | - |
| XYZ | 9.68 | 5.05 | 17.29 | - |
| YUV | 58.54 | 160.99 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 22 | 117 | 0.08 | 0.81 | 0 | 0.54 | 294.32 | 0.68 | 0.27 |
| Hex | 6C | 16 | 75 | 8 | 51 | 0 | 36 | 126 | 44 | 1B |
| Octal | 154 | 26 | 165 | 10 | 121 | 0 | 66 | 446 | 104 | 33 |
| Binary | 1101100 | 10110 | 1110101 | 1000 | 1010001 | 0 | 110110 | 100100110 | 1000100 | 11011 |
Color Harmonies of #6C1675
Complementary color
Monochromatic Colors of #6C1675
Black with #6C1675
Text Example
Text Example
White with #6C1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1675; }
p { color: rgb(108,22,117); }
H1.HeaderClassName
{
color: #6C1675;
}
.AnyTagClassName
{
color: #6C1675;
}
</style>
background-color css
<style>
a { background-color: #6C1675; }
a { background-color: rgb(108,22,117); }
div.DivClassName
{
background-color: #6C1675;
}
.BgClassName
{
background-color: #6C1675;
}
</style>
border-color css
<style>
span { border-color: #6C1675; }
span { border-color: rgb(108,22,117); }
td.TdClassName
{
border-color: #6C1675;
}
.TagClassName
{
border-color: #6C1675;
}
</style>