Shades of Flirt #6E2F52
Tints of Flirt #6E2F52
RGB
CMYK
RGB Variations
Color information
#6E2F52 (or 0x6E2F52) is known color: Flirt. HEX triplet: 6E, 2F and 52. RGB value is (110,47,82). Sum of RGB (Red+Green+Blue) = 110+47+82=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2F52 is #91D0AD. Grayscale: #454545. Windows color (decimal): -9556142 or 5386094. OLE color: 5386094.
HSL color Cylindrical-coordinate representation of color #6E2F52: hue angle of 326.67º 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 #6E2F52 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 47 | 82 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.57 |
| HSL | 326.67º | 0.4% | 0.31% | - |
| HSV(B) | 326.67º | 0.57% | 0.43% | - |
| XYZ | 8.97 | 5.96 | 8.66 | - |
| YUV | 69.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 82 | 0 | 0.57 | 0.25 | 0.57 | 326.67 | 0.4 | 0.31 |
| Hex | 6E | 2F | 52 | 0 | 39 | 19 | 39 | 147 | 28 | 1F |
| Octal | 156 | 57 | 122 | 0 | 71 | 31 | 71 | 507 | 50 | 37 |
| Binary | 1101110 | 101111 | 1010010 | 0 | 111001 | 11001 | 111001 | 101000111 | 101000 | 11111 |
Color Harmonies of #6E2F52
Complementary color
Monochromatic Colors of #6E2F52
Black with #6E2F52
Text Example
Text Example
White with #6E2F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2F52; }
p { color: rgb(110,47,82); }
H1.HeaderClassName
{
color: #6E2F52;
}
.AnyTagClassName
{
color: #6E2F52;
}
</style>
background-color css
<style>
a { background-color: #6E2F52; }
a { background-color: rgb(110,47,82); }
div.DivClassName
{
background-color: #6E2F52;
}
.BgClassName
{
background-color: #6E2F52;
}
</style>
border-color css
<style>
span { border-color: #6E2F52; }
span { border-color: rgb(110,47,82); }
td.TdClassName
{
border-color: #6E2F52;
}
.TagClassName
{
border-color: #6E2F52;
}
</style>