Shades of Flirt #6E344D
Tints of Flirt #6E344D
RGB
CMYK
RGB Variations
Color information
#6E344D (or 0x6E344D) is known color: Flirt. HEX triplet: 6E, 34 and 4D. RGB value is (110,52,77). Sum of RGB (Red+Green+Blue) = 110+52+77=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E344D is #91CBB2. Grayscale: #484848. Windows color (decimal): -9554867 or 5059694. OLE color: 5059694.
HSL color Cylindrical-coordinate representation of color #6E344D: hue angle of 334.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E344D is Cyan = 0, Magento = 0.53, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 77 | - |
| CMYK | 0 | 0.53 | 0.3 | 0.57 |
| HSL | 334.14º | 0.36% | 0.32% | - |
| HSV(B) | 334.14º | 0.53% | 0.43% | - |
| XYZ | 9 | 6.31 | 7.76 | - |
| YUV | 72.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 77 | 0 | 0.53 | 0.3 | 0.57 | 334.14 | 0.36 | 0.32 |
| Hex | 6E | 34 | 4D | 0 | 35 | 1E | 39 | 14E | 24 | 20 |
| Octal | 156 | 64 | 115 | 0 | 65 | 36 | 71 | 516 | 44 | 40 |
| Binary | 1101110 | 110100 | 1001101 | 0 | 110101 | 11110 | 111001 | 101001110 | 100100 | 100000 |
Color Harmonies of #6E344D
Complementary color
Monochromatic Colors of #6E344D
Black with #6E344D
Text Example
Text Example
White with #6E344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E344D; }
p { color: rgb(110,52,77); }
H1.HeaderClassName
{
color: #6E344D;
}
.AnyTagClassName
{
color: #6E344D;
}
</style>
background-color css
<style>
a { background-color: #6E344D; }
a { background-color: rgb(110,52,77); }
div.DivClassName
{
background-color: #6E344D;
}
.BgClassName
{
background-color: #6E344D;
}
</style>
border-color css
<style>
span { border-color: #6E344D; }
span { border-color: rgb(110,52,77); }
td.TdClassName
{
border-color: #6E344D;
}
.TagClassName
{
border-color: #6E344D;
}
</style>