Shades of Flirt #6E3156
Tints of Flirt #6E3156
RGB
CMYK
RGB Variations
Color information
#6E3156 (or 0x6E3156) is known color: Flirt. HEX triplet: 6E, 31 and 56. RGB value is (110,49,86). Sum of RGB (Red+Green+Blue) = 110+49+86=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3156 is #91CEA9. Grayscale: #474747. Windows color (decimal): -9555626 or 5648750. OLE color: 5648750.
HSL color Cylindrical-coordinate representation of color #6E3156: hue angle of 323.61º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3156 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 86 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.57 |
| HSL | 323.61º | 0.38% | 0.31% | - |
| HSV(B) | 323.61º | 0.55% | 0.43% | - |
| XYZ | 9.21 | 6.18 | 9.51 | - |
| YUV | 71.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 86 | 0 | 0.55 | 0.22 | 0.57 | 323.61 | 0.38 | 0.31 |
| Hex | 6E | 31 | 56 | 0 | 37 | 16 | 39 | 144 | 26 | 1F |
| Octal | 156 | 61 | 126 | 0 | 67 | 26 | 71 | 504 | 46 | 37 |
| Binary | 1101110 | 110001 | 1010110 | 0 | 110111 | 10110 | 111001 | 101000100 | 100110 | 11111 |
Color Harmonies of #6E3156
Complementary color
Monochromatic Colors of #6E3156
Black with #6E3156
Text Example
Text Example
White with #6E3156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3156; }
p { color: rgb(110,49,86); }
H1.HeaderClassName
{
color: #6E3156;
}
.AnyTagClassName
{
color: #6E3156;
}
</style>
background-color css
<style>
a { background-color: #6E3156; }
a { background-color: rgb(110,49,86); }
div.DivClassName
{
background-color: #6E3156;
}
.BgClassName
{
background-color: #6E3156;
}
</style>
border-color css
<style>
span { border-color: #6E3156; }
span { border-color: rgb(110,49,86); }
td.TdClassName
{
border-color: #6E3156;
}
.TagClassName
{
border-color: #6E3156;
}
</style>