Shades of Seance #6E237D
Tints of Seance #6E237D
RGB
CMYK
RGB Variations
Color information
#6E237D (or 0x6E237D) is known color: Seance. HEX triplet: 6E, 23 and 7D. RGB value is (110,35,125). Sum of RGB (Red+Green+Blue) = 110+35+125=270 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.74% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #6E237D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E237D is #91DC82. Grayscale: #434343. Windows color (decimal): -9559171 or 8201070. OLE color: 8201070.
HSL color Cylindrical-coordinate representation of color #6E237D: hue angle of 290º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E237D is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 35 | 125 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.51 |
| HSL | 290º | 0.56% | 0.31% | - |
| HSV(B) | 290º | 0.72% | 0.49% | - |
| XYZ | 10.73 | 6 | 19.99 | - |
| YUV | 67.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 35 | 125 | 0.12 | 0.72 | 0 | 0.51 | 290 | 0.56 | 0.31 |
| Hex | 6E | 23 | 7D | C | 48 | 0 | 33 | 122 | 38 | 1F |
| Octal | 156 | 43 | 175 | 14 | 110 | 0 | 63 | 442 | 70 | 37 |
| Binary | 1101110 | 100011 | 1111101 | 1100 | 1001000 | 0 | 110011 | 100100010 | 111000 | 11111 |
Color Harmonies of #6E237D
Complementary color
Monochromatic Colors of #6E237D
Black with #6E237D
Text Example
Text Example
White with #6E237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E237D; }
p { color: rgb(110,35,125); }
H1.HeaderClassName
{
color: #6E237D;
}
.AnyTagClassName
{
color: #6E237D;
}
</style>
background-color css
<style>
a { background-color: #6E237D; }
a { background-color: rgb(110,35,125); }
div.DivClassName
{
background-color: #6E237D;
}
.BgClassName
{
background-color: #6E237D;
}
</style>
border-color css
<style>
span { border-color: #6E237D; }
span { border-color: rgb(110,35,125); }
td.TdClassName
{
border-color: #6E237D;
}
.TagClassName
{
border-color: #6E237D;
}
</style>