Shades of Flirt #6D3354
Tints of Flirt #6D3354
RGB
CMYK
RGB Variations
Color information
#6D3354 (or 0x6D3354) is known color: Flirt. HEX triplet: 6D, 33 and 54. RGB value is (109,51,84). Sum of RGB (Red+Green+Blue) = 109+51+84=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3354 is #92CCAB. Grayscale: #484848. Windows color (decimal): -9620652 or 5518189. OLE color: 5518189.
HSL color Cylindrical-coordinate representation of color #6D3354: hue angle of 325.86º 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 #6D3354 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 84 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.57 |
| HSL | 325.86º | 0.36% | 0.31% | - |
| HSV(B) | 325.86º | 0.53% | 0.43% | - |
| XYZ | 9.09 | 6.26 | 9.12 | - |
| YUV | 72.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 84 | 0 | 0.53 | 0.23 | 0.57 | 325.86 | 0.36 | 0.31 |
| Hex | 6D | 33 | 54 | 0 | 35 | 17 | 39 | 146 | 24 | 1F |
| Octal | 155 | 63 | 124 | 0 | 65 | 27 | 71 | 506 | 44 | 37 |
| Binary | 1101101 | 110011 | 1010100 | 0 | 110101 | 10111 | 111001 | 101000110 | 100100 | 11111 |
Color Harmonies of #6D3354
Complementary color
Monochromatic Colors of #6D3354
Black with #6D3354
Text Example
Text Example
White with #6D3354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3354; }
p { color: rgb(109,51,84); }
H1.HeaderClassName
{
color: #6D3354;
}
.AnyTagClassName
{
color: #6D3354;
}
</style>
background-color css
<style>
a { background-color: #6D3354; }
a { background-color: rgb(109,51,84); }
div.DivClassName
{
background-color: #6D3354;
}
.BgClassName
{
background-color: #6D3354;
}
</style>
border-color css
<style>
span { border-color: #6D3354; }
span { border-color: rgb(109,51,84); }
td.TdClassName
{
border-color: #6D3354;
}
.TagClassName
{
border-color: #6D3354;
}
</style>