Shades of Flirt #6D3254
Tints of Flirt #6D3254
RGB
CMYK
RGB Variations
Color information
#6D3254 (or 0x6D3254) is known color: Flirt. HEX triplet: 6D, 32 and 54. RGB value is (109,50,84). Sum of RGB (Red+Green+Blue) = 109+50+84=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3254 is #92CDAB. Grayscale: #474747. Windows color (decimal): -9620908 or 5517933. OLE color: 5517933.
HSL color Cylindrical-coordinate representation of color #6D3254: hue angle of 325.42º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3254 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 84 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.57 |
| HSL | 325.42º | 0.37% | 0.31% | - |
| HSV(B) | 325.42º | 0.54% | 0.43% | - |
| XYZ | 9.05 | 6.17 | 9.1 | - |
| YUV | 71.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 84 | 0 | 0.54 | 0.23 | 0.57 | 325.42 | 0.37 | 0.31 |
| Hex | 6D | 32 | 54 | 0 | 36 | 17 | 39 | 145 | 25 | 1F |
| Octal | 155 | 62 | 124 | 0 | 66 | 27 | 71 | 505 | 45 | 37 |
| Binary | 1101101 | 110010 | 1010100 | 0 | 110110 | 10111 | 111001 | 101000101 | 100101 | 11111 |
Color Harmonies of #6D3254
Complementary color
Monochromatic Colors of #6D3254
Black with #6D3254
Text Example
Text Example
White with #6D3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3254; }
p { color: rgb(109,50,84); }
H1.HeaderClassName
{
color: #6D3254;
}
.AnyTagClassName
{
color: #6D3254;
}
</style>
background-color css
<style>
a { background-color: #6D3254; }
a { background-color: rgb(109,50,84); }
div.DivClassName
{
background-color: #6D3254;
}
.BgClassName
{
background-color: #6D3254;
}
</style>
border-color css
<style>
span { border-color: #6D3254; }
span { border-color: rgb(109,50,84); }
td.TdClassName
{
border-color: #6D3254;
}
.TagClassName
{
border-color: #6D3254;
}
</style>