Shades of Flirt #6E314D
Tints of Flirt #6E314D
RGB
CMYK
RGB Variations
Color information
#6E314D (or 0x6E314D) is known color: Flirt. HEX triplet: 6E, 31 and 4D. RGB value is (110,49,77). Sum of RGB (Red+Green+Blue) = 110+49+77=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E314D is #91CEB2. Grayscale: #464646. Windows color (decimal): -9555635 or 5058926. OLE color: 5058926.
HSL color Cylindrical-coordinate representation of color #6E314D: hue angle of 332.46º 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 #6E314D is Cyan = 0, Magento = 0.55, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 49 | 77 | - |
| CMYK | 0 | 0.55 | 0.3 | 0.57 |
| HSL | 332.46º | 0.38% | 0.31% | - |
| HSV(B) | 332.46º | 0.55% | 0.43% | - |
| XYZ | 8.87 | 6.05 | 7.72 | - |
| YUV | 70.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 49 | 77 | 0 | 0.55 | 0.3 | 0.57 | 332.46 | 0.38 | 0.31 |
| Hex | 6E | 31 | 4D | 0 | 37 | 1E | 39 | 14C | 26 | 1F |
| Octal | 156 | 61 | 115 | 0 | 67 | 36 | 71 | 514 | 46 | 37 |
| Binary | 1101110 | 110001 | 1001101 | 0 | 110111 | 11110 | 111001 | 101001100 | 100110 | 11111 |
Color Harmonies of #6E314D
Complementary color
Monochromatic Colors of #6E314D
Black with #6E314D
Text Example
Text Example
White with #6E314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E314D; }
p { color: rgb(110,49,77); }
H1.HeaderClassName
{
color: #6E314D;
}
.AnyTagClassName
{
color: #6E314D;
}
</style>
background-color css
<style>
a { background-color: #6E314D; }
a { background-color: rgb(110,49,77); }
div.DivClassName
{
background-color: #6E314D;
}
.BgClassName
{
background-color: #6E314D;
}
</style>
border-color css
<style>
span { border-color: #6E314D; }
span { border-color: rgb(110,49,77); }
td.TdClassName
{
border-color: #6E314D;
}
.TagClassName
{
border-color: #6E314D;
}
</style>