Shades of Flirt #6D334C
Tints of Flirt #6D334C
RGB
CMYK
RGB Variations
Color information
#6D334C (or 0x6D334C) is known color: Flirt. HEX triplet: 6D, 33 and 4C. RGB value is (109,51,76). Sum of RGB (Red+Green+Blue) = 109+51+76=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D334C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D334C is #92CCB3. Grayscale: #474747. Windows color (decimal): -9620660 or 4993901. OLE color: 4993901.
HSL color Cylindrical-coordinate representation of color #6D334C: hue angle of 334.14º 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 #6D334C is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 76 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.57 |
| HSL | 334.14º | 0.36% | 0.31% | - |
| HSV(B) | 334.14º | 0.53% | 0.43% | - |
| XYZ | 8.8 | 6.14 | 7.56 | - |
| YUV | 71.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 76 | 0 | 0.53 | 0.30 | 0.57 | 334.14 | 0.36 | 0.31 |
| Hex | 6D | 33 | 4C | 0 | 35 | 1E | 39 | 14E | 24 | 1F |
| Octal | 155 | 63 | 114 | 0 | 65 | 36 | 71 | 516 | 44 | 37 |
| Binary | 1101101 | 110011 | 1001100 | 0 | 110101 | 11110 | 111001 | 101001110 | 100100 | 11111 |
Color Harmonies of #6D334C
Complementary color
Monochromatic Colors of #6D334C
Black with #6D334C
Text Example
Text Example
White with #6D334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D334C; }
p { color: rgb(109,51,76); }
H1.HeaderClassName
{
color: #6D334C;
}
.AnyTagClassName
{
color: #6D334C;
}
</style>
background-color css
<style>
a { background-color: #6D334C; }
a { background-color: rgb(109,51,76); }
div.DivClassName
{
background-color: #6D334C;
}
.BgClassName
{
background-color: #6D334C;
}
</style>
border-color css
<style>
span { border-color: #6D334C; }
span { border-color: rgb(109,51,76); }
td.TdClassName
{
border-color: #6D334C;
}
.TagClassName
{
border-color: #6D334C;
}
</style>