Shades of Seance #6E376B
Tints of Seance #6E376B
RGB
CMYK
RGB Variations
Color information
#6E376B (or 0x6E376B) is known color: Seance. HEX triplet: 6E, 37 and 6B. RGB value is (110,55,107). Sum of RGB (Red+Green+Blue) = 110+55+107=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 110 - color contains mainly: red. Hex color #6E376B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E376B is #91C894. Grayscale: #4D4D4D. Windows color (decimal): -9554069 or 7026542. OLE color: 7026542.
HSL color Cylindrical-coordinate representation of color #6E376B: hue angle of 303.27º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E376B is Cyan = 0, Magento = 0.5, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 55 | 107 | - |
| CMYK | 0 | 0.5 | 0.03 | 0.57 |
| HSL | 303.27º | 0.33% | 0.32% | - |
| HSV(B) | 303.27º | 0.5% | 0.43% | - |
| XYZ | 10.45 | 7.11 | 14.73 | - |
| YUV | 77.37 | 144.72 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 55 | 107 | 0 | 0.5 | 0.03 | 0.57 | 303.27 | 0.33 | 0.32 |
| Hex | 6E | 37 | 6B | 0 | 32 | 3 | 39 | 12F | 21 | 20 |
| Octal | 156 | 67 | 153 | 0 | 62 | 3 | 71 | 457 | 41 | 40 |
| Binary | 1101110 | 110111 | 1101011 | 0 | 110010 | 11 | 111001 | 100101111 | 100001 | 100000 |
Color Harmonies of #6E376B
Complementary color
Monochromatic Colors of #6E376B
Black with #6E376B
Text Example
Text Example
White with #6E376B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E376B; }
p { color: rgb(110,55,107); }
H1.HeaderClassName
{
color: #6E376B;
}
.AnyTagClassName
{
color: #6E376B;
}
</style>
background-color css
<style>
a { background-color: #6E376B; }
a { background-color: rgb(110,55,107); }
div.DivClassName
{
background-color: #6E376B;
}
.BgClassName
{
background-color: #6E376B;
}
</style>
border-color css
<style>
span { border-color: #6E376B; }
span { border-color: rgb(110,55,107); }
td.TdClassName
{
border-color: #6E376B;
}
.TagClassName
{
border-color: #6E376B;
}
</style>