Shades of Flirt #6D304D
Tints of Flirt #6D304D
RGB
CMYK
RGB Variations
Color information
#6D304D (or 0x6D304D) is known color: Flirt. HEX triplet: 6D, 30 and 4D. RGB value is (109,48,77). Sum of RGB (Red+Green+Blue) = 109+48+77=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 109 - color contains mainly: red. Hex color #6D304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D304D is #92CFB2. Grayscale: #454545. Windows color (decimal): -9621427 or 5058669. OLE color: 5058669.
HSL color Cylindrical-coordinate representation of color #6D304D: hue angle of 331.48º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D304D is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 77 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.57 |
| HSL | 331.48º | 0.39% | 0.31% | - |
| HSV(B) | 331.48º | 0.56% | 0.43% | - |
| XYZ | 8.7 | 5.9 | 7.7 | - |
| YUV | 69.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 77 | 0 | 0.56 | 0.29 | 0.57 | 331.48 | 0.39 | 0.31 |
| Hex | 6D | 30 | 4D | 0 | 38 | 1D | 39 | 14B | 27 | 1F |
| Octal | 155 | 60 | 115 | 0 | 70 | 35 | 71 | 513 | 47 | 37 |
| Binary | 1101101 | 110000 | 1001101 | 0 | 111000 | 11101 | 111001 | 101001011 | 100111 | 11111 |
Color Harmonies of #6D304D
Complementary color
Monochromatic Colors of #6D304D
Black with #6D304D
Text Example
Text Example
White with #6D304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D304D; }
p { color: rgb(109,48,77); }
H1.HeaderClassName
{
color: #6D304D;
}
.AnyTagClassName
{
color: #6D304D;
}
</style>
background-color css
<style>
a { background-color: #6D304D; }
a { background-color: rgb(109,48,77); }
div.DivClassName
{
background-color: #6D304D;
}
.BgClassName
{
background-color: #6D304D;
}
</style>
border-color css
<style>
span { border-color: #6D304D; }
span { border-color: rgb(109,48,77); }
td.TdClassName
{
border-color: #6D304D;
}
.TagClassName
{
border-color: #6D304D;
}
</style>