Shades of Seance #6E2677
Tints of Seance #6E2677
RGB
CMYK
RGB Variations
Color information
#6E2677 (or 0x6E2677) is known color: Seance. HEX triplet: 6E, 26 and 77. RGB value is (110,38,119). Sum of RGB (Red+Green+Blue) = 110+38+119=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E2677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2677 is #91D988. Grayscale: #444444. Windows color (decimal): -9558409 or 7808622. OLE color: 7808622.
HSL color Cylindrical-coordinate representation of color #6E2677: hue angle of 293.33º 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 #6E2677 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 38 | 119 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.53 |
| HSL | 293.33º | 0.52% | 0.31% | - |
| HSV(B) | 293.33º | 0.68% | 0.47% | - |
| XYZ | 10.45 | 6.03 | 18.07 | - |
| YUV | 68.76 | 156.35 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 119 | 0.08 | 0.68 | 0 | 0.53 | 293.33 | 0.52 | 0.31 |
| Hex | 6E | 26 | 77 | 8 | 44 | 0 | 35 | 125 | 34 | 1F |
| Octal | 156 | 46 | 167 | 10 | 104 | 0 | 65 | 445 | 64 | 37 |
| Binary | 1101110 | 100110 | 1110111 | 1000 | 1000100 | 0 | 110101 | 100100101 | 110100 | 11111 |
Color Harmonies of #6E2677
Complementary color
Monochromatic Colors of #6E2677
Black with #6E2677
Text Example
Text Example
White with #6E2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2677; }
p { color: rgb(110,38,119); }
H1.HeaderClassName
{
color: #6E2677;
}
.AnyTagClassName
{
color: #6E2677;
}
</style>
background-color css
<style>
a { background-color: #6E2677; }
a { background-color: rgb(110,38,119); }
div.DivClassName
{
background-color: #6E2677;
}
.BgClassName
{
background-color: #6E2677;
}
</style>
border-color css
<style>
span { border-color: #6E2677; }
span { border-color: rgb(110,38,119); }
td.TdClassName
{
border-color: #6E2677;
}
.TagClassName
{
border-color: #6E2677;
}
</style>