Shades of Seance #6E2675
Tints of Seance #6E2675
RGB
CMYK
RGB Variations
Color information
#6E2675 (or 0x6E2675) is known color: Seance. HEX triplet: 6E, 26 and 75. RGB value is (110,38,117). Sum of RGB (Red+Green+Blue) = 110+38+117=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E2675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2675 is #91D98A. Grayscale: #444444. Windows color (decimal): -9558411 or 7677550. OLE color: 7677550.
HSL color Cylindrical-coordinate representation of color #6E2675: hue angle of 294.68º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E2675 is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 38 | 117 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.54 |
| HSL | 294.68º | 0.51% | 0.3% | - |
| HSV(B) | 294.68º | 0.68% | 0.46% | - |
| XYZ | 10.33 | 5.99 | 17.44 | - |
| YUV | 68.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 38 | 117 | 0.06 | 0.68 | 0 | 0.54 | 294.68 | 0.51 | 0.3 |
| Hex | 6E | 26 | 75 | 6 | 44 | 0 | 36 | 127 | 33 | 1E |
| Octal | 156 | 46 | 165 | 6 | 104 | 0 | 66 | 447 | 63 | 36 |
| Binary | 1101110 | 100110 | 1110101 | 110 | 1000100 | 0 | 110110 | 100100111 | 110011 | 11110 |
Color Harmonies of #6E2675
Complementary color
Monochromatic Colors of #6E2675
Black with #6E2675
Text Example
Text Example
White with #6E2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2675; }
p { color: rgb(110,38,117); }
H1.HeaderClassName
{
color: #6E2675;
}
.AnyTagClassName
{
color: #6E2675;
}
</style>
background-color css
<style>
a { background-color: #6E2675; }
a { background-color: rgb(110,38,117); }
div.DivClassName
{
background-color: #6E2675;
}
.BgClassName
{
background-color: #6E2675;
}
</style>
border-color css
<style>
span { border-color: #6E2675; }
span { border-color: rgb(110,38,117); }
td.TdClassName
{
border-color: #6E2675;
}
.TagClassName
{
border-color: #6E2675;
}
</style>