Shades of Flirt #6D334D
Tints of Flirt #6D334D
RGB
CMYK
RGB Variations
Color information
#6D334D (or 0x6D334D) is known color: Flirt. HEX triplet: 6D, 33 and 4D. RGB value is (109,51,77). Sum of RGB (Red+Green+Blue) = 109+51+77=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 77 (30.47% from 255 or 32.49% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D334D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D334D is #92CCB2. Grayscale: #474747. Windows color (decimal): -9620659 or 5059437. OLE color: 5059437.
HSL color Cylindrical-coordinate representation of color #6D334D: hue angle of 333.1º 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 #6D334D is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 77 | - |
| CMYK | 0 | 0.53 | 0.29 | 0.57 |
| HSL | 333.1º | 0.36% | 0.31% | - |
| HSV(B) | 333.1º | 0.53% | 0.43% | - |
| XYZ | 8.83 | 6.15 | 7.74 | - |
| YUV | 71.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 77 | 0 | 0.53 | 0.29 | 0.57 | 333.1 | 0.36 | 0.31 |
| Hex | 6D | 33 | 4D | 0 | 35 | 1D | 39 | 14D | 24 | 1F |
| Octal | 155 | 63 | 115 | 0 | 65 | 35 | 71 | 515 | 44 | 37 |
| Binary | 1101101 | 110011 | 1001101 | 0 | 110101 | 11101 | 111001 | 101001101 | 100100 | 11111 |
Color Harmonies of #6D334D
Complementary color
Monochromatic Colors of #6D334D
Black with #6D334D
Text Example
Text Example
White with #6D334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D334D; }
p { color: rgb(109,51,77); }
H1.HeaderClassName
{
color: #6D334D;
}
.AnyTagClassName
{
color: #6D334D;
}
</style>
background-color css
<style>
a { background-color: #6D334D; }
a { background-color: rgb(109,51,77); }
div.DivClassName
{
background-color: #6D334D;
}
.BgClassName
{
background-color: #6D334D;
}
</style>
border-color css
<style>
span { border-color: #6D334D; }
span { border-color: rgb(109,51,77); }
td.TdClassName
{
border-color: #6D334D;
}
.TagClassName
{
border-color: #6D334D;
}
</style>