Shades of Seance #6C2678
Tints of Seance #6C2678
RGB
CMYK
RGB Variations
Color information
#6C2678 (or 0x6C2678) is known color: Seance. HEX triplet: 6C, 26 and 78. RGB value is (108,38,120). Sum of RGB (Red+Green+Blue) = 108+38+120=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #6C2678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2678 is #93D987. Grayscale: #444444. Windows color (decimal): -9689480 or 7874156. OLE color: 7874156.
HSL color Cylindrical-coordinate representation of color #6C2678: hue angle of 291.22º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2678 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 38 | 120 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.53 |
| HSL | 291.22º | 0.52% | 0.31% | - |
| HSV(B) | 291.22º | 0.68% | 0.47% | - |
| XYZ | 10.27 | 5.93 | 18.37 | - |
| YUV | 68.28 | 157.19 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 38 | 120 | 0.10 | 0.68 | 0 | 0.53 | 291.22 | 0.52 | 0.31 |
| Hex | 6C | 26 | 78 | A | 44 | 0 | 35 | 123 | 34 | 1F |
| Octal | 154 | 46 | 170 | 12 | 104 | 0 | 65 | 443 | 64 | 37 |
| Binary | 1101100 | 100110 | 1111000 | 1010 | 1000100 | 0 | 110101 | 100100011 | 110100 | 11111 |
Color Harmonies of #6C2678
Complementary color
Monochromatic Colors of #6C2678
Black with #6C2678
Text Example
Text Example
White with #6C2678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2678; }
p { color: rgb(108,38,120); }
H1.HeaderClassName
{
color: #6C2678;
}
.AnyTagClassName
{
color: #6C2678;
}
</style>
background-color css
<style>
a { background-color: #6C2678; }
a { background-color: rgb(108,38,120); }
div.DivClassName
{
background-color: #6C2678;
}
.BgClassName
{
background-color: #6C2678;
}
</style>
border-color css
<style>
span { border-color: #6C2678; }
span { border-color: rgb(108,38,120); }
td.TdClassName
{
border-color: #6C2678;
}
.TagClassName
{
border-color: #6C2678;
}
</style>