Shades of Flirt #6D3450
Tints of Flirt #6D3450
RGB
CMYK
RGB Variations
Color information
#6D3450 (or 0x6D3450) is known color: Flirt. HEX triplet: 6D, 34 and 50. RGB value is (109,52,80). Sum of RGB (Red+Green+Blue) = 109+52+80=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3450 is #92CBAF. Grayscale: #484848. Windows color (decimal): -9620400 or 5256301. OLE color: 5256301.
HSL color Cylindrical-coordinate representation of color #6D3450: hue angle of 330.53º 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 #6D3450 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 52 | 80 | - |
| CMYK | 0 | 0.52 | 0.27 | 0.57 |
| HSL | 330.53º | 0.35% | 0.32% | - |
| HSV(B) | 330.53º | 0.52% | 0.43% | - |
| XYZ | 8.98 | 6.29 | 8.33 | - |
| YUV | 72.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 52 | 80 | 0 | 0.52 | 0.27 | 0.57 | 330.53 | 0.35 | 0.32 |
| Hex | 6D | 34 | 50 | 0 | 34 | 1B | 39 | 14B | 23 | 20 |
| Octal | 155 | 64 | 120 | 0 | 64 | 33 | 71 | 513 | 43 | 40 |
| Binary | 1101101 | 110100 | 1010000 | 0 | 110100 | 11011 | 111001 | 101001011 | 100011 | 100000 |
Color Harmonies of #6D3450
Complementary color
Monochromatic Colors of #6D3450
Black with #6D3450
Text Example
Text Example
White with #6D3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3450; }
p { color: rgb(109,52,80); }
H1.HeaderClassName
{
color: #6D3450;
}
.AnyTagClassName
{
color: #6D3450;
}
</style>
background-color css
<style>
a { background-color: #6D3450; }
a { background-color: rgb(109,52,80); }
div.DivClassName
{
background-color: #6D3450;
}
.BgClassName
{
background-color: #6D3450;
}
</style>
border-color css
<style>
span { border-color: #6D3450; }
span { border-color: rgb(109,52,80); }
td.TdClassName
{
border-color: #6D3450;
}
.TagClassName
{
border-color: #6D3450;
}
</style>