Shades of Flirt #6D2C53
Tints of Flirt #6D2C53
RGB
CMYK
RGB Variations
Color information
#6D2C53 (or 0x6D2C53) is known color: Flirt. HEX triplet: 6D, 2C and 53. RGB value is (109,44,83). Sum of RGB (Red+Green+Blue) = 109+44+83=236 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.19% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2C53 is #92D3AC. Grayscale: #434343. Windows color (decimal): -9622445 or 5450861. OLE color: 5450861.
HSL color Cylindrical-coordinate representation of color #6D2C53: hue angle of 324º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D2C53 is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 44 | 83 | - |
| CMYK | 0 | 0.60 | 0.24 | 0.57 |
| HSL | 324º | 0.42% | 0.3% | - |
| HSV(B) | 324º | 0.6% | 0.43% | - |
| XYZ | 8.77 | 5.68 | 8.82 | - |
| YUV | 67.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 83 | 0 | 0.60 | 0.24 | 0.57 | 324 | 0.42 | 0.3 |
| Hex | 6D | 2C | 53 | 0 | 3C | 18 | 39 | 144 | 2A | 1E |
| Octal | 155 | 54 | 123 | 0 | 74 | 30 | 71 | 504 | 52 | 36 |
| Binary | 1101101 | 101100 | 1010011 | 0 | 111100 | 11000 | 111001 | 101000100 | 101010 | 11110 |
Color Harmonies of #6D2C53
Complementary color
Monochromatic Colors of #6D2C53
Black with #6D2C53
Text Example
Text Example
White with #6D2C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2C53; }
p { color: rgb(109,44,83); }
H1.HeaderClassName
{
color: #6D2C53;
}
.AnyTagClassName
{
color: #6D2C53;
}
</style>
background-color css
<style>
a { background-color: #6D2C53; }
a { background-color: rgb(109,44,83); }
div.DivClassName
{
background-color: #6D2C53;
}
.BgClassName
{
background-color: #6D2C53;
}
</style>
border-color css
<style>
span { border-color: #6D2C53; }
span { border-color: rgb(109,44,83); }
td.TdClassName
{
border-color: #6D2C53;
}
.TagClassName
{
border-color: #6D2C53;
}
</style>