Shades of Flirt #6D2E49
Tints of Flirt #6D2E49
RGB
CMYK
RGB Variations
Color information
#6D2E49 (or 0x6D2E49) is known color: Flirt. HEX triplet: 6D, 2E and 49. RGB value is (109,46,73). Sum of RGB (Red+Green+Blue) = 109+46+73=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E49 is #92D1B6. Grayscale: #434343. Windows color (decimal): -9621943 or 4796013. OLE color: 4796013.
HSL color Cylindrical-coordinate representation of color #6D2E49: hue angle of 334.29º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D2E49 is Cyan = 0, Magento = 0.58, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 46 | 73 | - |
| CMYK | 0 | 0.58 | 0.33 | 0.57 |
| HSL | 334.29º | 0.41% | 0.3% | - |
| HSV(B) | 334.29º | 0.58% | 0.43% | - |
| XYZ | 8.49 | 5.69 | 6.95 | - |
| YUV | 67.92 | 130.87 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 73 | 0 | 0.58 | 0.33 | 0.57 | 334.29 | 0.41 | 0.3 |
| Hex | 6D | 2E | 49 | 0 | 3A | 21 | 39 | 14E | 29 | 1E |
| Octal | 155 | 56 | 111 | 0 | 72 | 41 | 71 | 516 | 51 | 36 |
| Binary | 1101101 | 101110 | 1001001 | 0 | 111010 | 100001 | 111001 | 101001110 | 101001 | 11110 |
Color Harmonies of #6D2E49
Complementary color
Monochromatic Colors of #6D2E49
Black with #6D2E49
Text Example
Text Example
White with #6D2E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2E49; }
p { color: rgb(109,46,73); }
H1.HeaderClassName
{
color: #6D2E49;
}
.AnyTagClassName
{
color: #6D2E49;
}
</style>
background-color css
<style>
a { background-color: #6D2E49; }
a { background-color: rgb(109,46,73); }
div.DivClassName
{
background-color: #6D2E49;
}
.BgClassName
{
background-color: #6D2E49;
}
</style>
border-color css
<style>
span { border-color: #6D2E49; }
span { border-color: rgb(109,46,73); }
td.TdClassName
{
border-color: #6D2E49;
}
.TagClassName
{
border-color: #6D2E49;
}
</style>