Shades of Flirt #6D334E
Tints of Flirt #6D334E
RGB
CMYK
RGB Variations
Color information
#6D334E (or 0x6D334E) is known color: Flirt. HEX triplet: 6D, 33 and 4E. RGB value is (109,51,78). Sum of RGB (Red+Green+Blue) = 109+51+78=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D334E is #92CCB1. Grayscale: #474747. Windows color (decimal): -9620658 or 5124973. OLE color: 5124973.
HSL color Cylindrical-coordinate representation of color #6D334E: hue angle of 332.07º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D334E is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 78 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.57 |
| HSL | 332.07º | 0.36% | 0.31% | - |
| HSV(B) | 332.07º | 0.53% | 0.43% | - |
| XYZ | 8.87 | 6.17 | 7.93 | - |
| YUV | 71.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 78 | 0 | 0.53 | 0.28 | 0.57 | 332.07 | 0.36 | 0.31 |
| Hex | 6D | 33 | 4E | 0 | 35 | 1C | 39 | 14C | 24 | 1F |
| Octal | 155 | 63 | 116 | 0 | 65 | 34 | 71 | 514 | 44 | 37 |
| Binary | 1101101 | 110011 | 1001110 | 0 | 110101 | 11100 | 111001 | 101001100 | 100100 | 11111 |
Color Harmonies of #6D334E
Complementary color
Monochromatic Colors of #6D334E
Black with #6D334E
Text Example
Text Example
White with #6D334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D334E; }
p { color: rgb(109,51,78); }
H1.HeaderClassName
{
color: #6D334E;
}
.AnyTagClassName
{
color: #6D334E;
}
</style>
background-color css
<style>
a { background-color: #6D334E; }
a { background-color: rgb(109,51,78); }
div.DivClassName
{
background-color: #6D334E;
}
.BgClassName
{
background-color: #6D334E;
}
</style>
border-color css
<style>
span { border-color: #6D334E; }
span { border-color: rgb(109,51,78); }
td.TdClassName
{
border-color: #6D334E;
}
.TagClassName
{
border-color: #6D334E;
}
</style>