Shades of Flirt #6D2F55
Tints of Flirt #6D2F55
RGB
CMYK
RGB Variations
Color information
#6D2F55 (or 0x6D2F55) is known color: Flirt. HEX triplet: 6D, 2F and 55. RGB value is (109,47,85). Sum of RGB (Red+Green+Blue) = 109+47+85=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2F55 is #92D0AA. Grayscale: #454545. Windows color (decimal): -9621675 or 5582701. OLE color: 5582701.
HSL color Cylindrical-coordinate representation of color #6D2F55: hue angle of 323.23º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D2F55 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 47 | 85 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.57 |
| HSL | 323.23º | 0.4% | 0.31% | - |
| HSV(B) | 323.23º | 0.57% | 0.43% | - |
| XYZ | 8.96 | 5.94 | 9.27 | - |
| YUV | 69.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 85 | 0 | 0.57 | 0.22 | 0.57 | 323.23 | 0.4 | 0.31 |
| Hex | 6D | 2F | 55 | 0 | 39 | 16 | 39 | 143 | 28 | 1F |
| Octal | 155 | 57 | 125 | 0 | 71 | 26 | 71 | 503 | 50 | 37 |
| Binary | 1101101 | 101111 | 1010101 | 0 | 111001 | 10110 | 111001 | 101000011 | 101000 | 11111 |
Color Harmonies of #6D2F55
Complementary color
Monochromatic Colors of #6D2F55
Black with #6D2F55
Text Example
Text Example
White with #6D2F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2F55; }
p { color: rgb(109,47,85); }
H1.HeaderClassName
{
color: #6D2F55;
}
.AnyTagClassName
{
color: #6D2F55;
}
</style>
background-color css
<style>
a { background-color: #6D2F55; }
a { background-color: rgb(109,47,85); }
div.DivClassName
{
background-color: #6D2F55;
}
.BgClassName
{
background-color: #6D2F55;
}
</style>
border-color css
<style>
span { border-color: #6D2F55; }
span { border-color: rgb(109,47,85); }
td.TdClassName
{
border-color: #6D2F55;
}
.TagClassName
{
border-color: #6D2F55;
}
</style>