Shades of Seance #6E267A
Tints of Seance #6E267A
RGB
CMYK
RGB Variations
Color information
#6E267A (or 0x6E267A) is known color: Seance. HEX triplet: 6E, 26 and 7A. RGB value is (110,38,122). Sum of RGB (Red+Green+Blue) = 110+38+122=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E267A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E267A is #91D985. Grayscale: #444444. Windows color (decimal): -9558406 or 8005230. OLE color: 8005230.
HSL color Cylindrical-coordinate representation of color #6E267A: hue angle of 291.43º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E267A is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 38 | 122 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.52 |
| HSL | 291.43º | 0.53% | 0.31% | - |
| HSV(B) | 291.43º | 0.69% | 0.48% | - |
| XYZ | 10.64 | 6.11 | 19.03 | - |
| YUV | 69.1 | 157.85 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 122 | 0.10 | 0.69 | 0 | 0.52 | 291.43 | 0.53 | 0.31 |
| Hex | 6E | 26 | 7A | A | 45 | 0 | 34 | 123 | 34 | 1F |
| Octal | 156 | 46 | 172 | 12 | 105 | 0 | 64 | 443 | 64 | 37 |
| Binary | 1101110 | 100110 | 1111010 | 1010 | 1000101 | 0 | 110100 | 100100011 | 110100 | 11111 |
Color Harmonies of #6E267A
Complementary color
Monochromatic Colors of #6E267A
Black with #6E267A
Text Example
Text Example
White with #6E267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E267A; }
p { color: rgb(110,38,122); }
H1.HeaderClassName
{
color: #6E267A;
}
.AnyTagClassName
{
color: #6E267A;
}
</style>
background-color css
<style>
a { background-color: #6E267A; }
a { background-color: rgb(110,38,122); }
div.DivClassName
{
background-color: #6E267A;
}
.BgClassName
{
background-color: #6E267A;
}
</style>
border-color css
<style>
span { border-color: #6E267A; }
span { border-color: rgb(110,38,122); }
td.TdClassName
{
border-color: #6E267A;
}
.TagClassName
{
border-color: #6E267A;
}
</style>