Shades of Seance #6E256F
Tints of Seance #6E256F
RGB
CMYK
RGB Variations
Color information
#6E256F (or 0x6E256F) is known color: Seance. HEX triplet: 6E, 25 and 6F. RGB value is (110,37,111). Sum of RGB (Red+Green+Blue) = 110+37+111=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #6E256F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E256F is #91DA90. Grayscale: #434343. Windows color (decimal): -9558673 or 7284078. OLE color: 7284078.
HSL color Cylindrical-coordinate representation of color #6E256F: hue angle of 299.19º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E256F is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 37 | 111 | - |
| CMYK | 0.01 | 0.67 | 0 | 0.56 |
| HSL | 299.19º | 0.5% | 0.29% | - |
| HSV(B) | 299.19º | 0.67% | 0.44% | - |
| XYZ | 9.96 | 5.79 | 15.63 | - |
| YUV | 67.26 | 152.68 | 158.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 37 | 111 | 0.01 | 0.67 | 0 | 0.56 | 299.19 | 0.5 | 0.29 |
| Hex | 6E | 25 | 6F | 1 | 43 | 0 | 38 | 12B | 32 | 1D |
| Octal | 156 | 45 | 157 | 1 | 103 | 0 | 70 | 453 | 62 | 35 |
| Binary | 1101110 | 100101 | 1101111 | 1 | 1000011 | 0 | 111000 | 100101011 | 110010 | 11101 |
Color Harmonies of #6E256F
Complementary color
Monochromatic Colors of #6E256F
Black with #6E256F
Text Example
Text Example
White with #6E256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E256F; }
p { color: rgb(110,37,111); }
H1.HeaderClassName
{
color: #6E256F;
}
.AnyTagClassName
{
color: #6E256F;
}
</style>
background-color css
<style>
a { background-color: #6E256F; }
a { background-color: rgb(110,37,111); }
div.DivClassName
{
background-color: #6E256F;
}
.BgClassName
{
background-color: #6E256F;
}
</style>
border-color css
<style>
span { border-color: #6E256F; }
span { border-color: rgb(110,37,111); }
td.TdClassName
{
border-color: #6E256F;
}
.TagClassName
{
border-color: #6E256F;
}
</style>