Shades of Flirt #6D2F4C
Tints of Flirt #6D2F4C
RGB
CMYK
RGB Variations
Color information
#6D2F4C (or 0x6D2F4C) is known color: Flirt. HEX triplet: 6D, 2F and 4C. RGB value is (109,47,76). Sum of RGB (Red+Green+Blue) = 109+47+76=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2F4C is #92D0B3. Grayscale: #444444. Windows color (decimal): -9621684 or 4992877. OLE color: 4992877.
HSL color Cylindrical-coordinate representation of color #6D2F4C: hue angle of 331.94º 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 #6D2F4C is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 47 | 76 | - |
| CMYK | 0 | 0.57 | 0.30 | 0.57 |
| HSL | 331.94º | 0.4% | 0.31% | - |
| HSV(B) | 331.94º | 0.57% | 0.43% | - |
| XYZ | 8.63 | 5.81 | 7.5 | - |
| YUV | 68.84 | 132.04 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 76 | 0 | 0.57 | 0.30 | 0.57 | 331.94 | 0.4 | 0.31 |
| Hex | 6D | 2F | 4C | 0 | 39 | 1E | 39 | 14C | 28 | 1F |
| Octal | 155 | 57 | 114 | 0 | 71 | 36 | 71 | 514 | 50 | 37 |
| Binary | 1101101 | 101111 | 1001100 | 0 | 111001 | 11110 | 111001 | 101001100 | 101000 | 11111 |
Color Harmonies of #6D2F4C
Complementary color
Monochromatic Colors of #6D2F4C
Black with #6D2F4C
Text Example
Text Example
White with #6D2F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2F4C; }
p { color: rgb(109,47,76); }
H1.HeaderClassName
{
color: #6D2F4C;
}
.AnyTagClassName
{
color: #6D2F4C;
}
</style>
background-color css
<style>
a { background-color: #6D2F4C; }
a { background-color: rgb(109,47,76); }
div.DivClassName
{
background-color: #6D2F4C;
}
.BgClassName
{
background-color: #6D2F4C;
}
</style>
border-color css
<style>
span { border-color: #6D2F4C; }
span { border-color: rgb(109,47,76); }
td.TdClassName
{
border-color: #6D2F4C;
}
.TagClassName
{
border-color: #6D2F4C;
}
</style>