Shades of Flirt #6D3451
Tints of Flirt #6D3451
RGB
CMYK
RGB Variations
Color information
#6D3451 (or 0x6D3451) is known color: Flirt. HEX triplet: 6D, 34 and 51. RGB value is (109,52,81). Sum of RGB (Red+Green+Blue) = 109+52+81=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3451 is #92CBAE. Grayscale: #484848. Windows color (decimal): -9620399 or 5321837. OLE color: 5321837.
HSL color Cylindrical-coordinate representation of color #6D3451: hue angle of 329.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3451 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 81 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.57 |
| HSL | 329.47º | 0.35% | 0.32% | - |
| HSV(B) | 329.47º | 0.52% | 0.43% | - |
| XYZ | 9.02 | 6.3 | 8.53 | - |
| YUV | 72.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 81 | 0 | 0.52 | 0.26 | 0.57 | 329.47 | 0.35 | 0.32 |
| Hex | 6D | 34 | 51 | 0 | 34 | 1A | 39 | 149 | 23 | 20 |
| Octal | 155 | 64 | 121 | 0 | 64 | 32 | 71 | 511 | 43 | 40 |
| Binary | 1101101 | 110100 | 1010001 | 0 | 110100 | 11010 | 111001 | 101001001 | 100011 | 100000 |
Color Harmonies of #6D3451
Complementary color
Monochromatic Colors of #6D3451
Black with #6D3451
Text Example
Text Example
White with #6D3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3451; }
p { color: rgb(109,52,81); }
H1.HeaderClassName
{
color: #6D3451;
}
.AnyTagClassName
{
color: #6D3451;
}
</style>
background-color css
<style>
a { background-color: #6D3451; }
a { background-color: rgb(109,52,81); }
div.DivClassName
{
background-color: #6D3451;
}
.BgClassName
{
background-color: #6D3451;
}
</style>
border-color css
<style>
span { border-color: #6D3451; }
span { border-color: rgb(109,52,81); }
td.TdClassName
{
border-color: #6D3451;
}
.TagClassName
{
border-color: #6D3451;
}
</style>