Shades of Flirt #6E3452
Tints of Flirt #6E3452
RGB
CMYK
RGB Variations
Color information
#6E3452 (or 0x6E3452) is known color: Flirt. HEX triplet: 6E, 34 and 52. RGB value is (110,52,82). Sum of RGB (Red+Green+Blue) = 110+52+82=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3452 is #91CBAD. Grayscale: #484848. Windows color (decimal): -9554862 or 5387374. OLE color: 5387374.
HSL color Cylindrical-coordinate representation of color #6E3452: hue angle of 328.97º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E3452 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 82 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.57 |
| HSL | 328.97º | 0.36% | 0.32% | - |
| HSV(B) | 328.97º | 0.53% | 0.43% | - |
| XYZ | 9.18 | 6.38 | 8.73 | - |
| YUV | 72.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 82 | 0 | 0.53 | 0.25 | 0.57 | 328.97 | 0.36 | 0.32 |
| Hex | 6E | 34 | 52 | 0 | 35 | 19 | 39 | 149 | 24 | 20 |
| Octal | 156 | 64 | 122 | 0 | 65 | 31 | 71 | 511 | 44 | 40 |
| Binary | 1101110 | 110100 | 1010010 | 0 | 110101 | 11001 | 111001 | 101001001 | 100100 | 100000 |
Color Harmonies of #6E3452
Complementary color
Monochromatic Colors of #6E3452
Black with #6E3452
Text Example
Text Example
White with #6E3452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3452; }
p { color: rgb(110,52,82); }
H1.HeaderClassName
{
color: #6E3452;
}
.AnyTagClassName
{
color: #6E3452;
}
</style>
background-color css
<style>
a { background-color: #6E3452; }
a { background-color: rgb(110,52,82); }
div.DivClassName
{
background-color: #6E3452;
}
.BgClassName
{
background-color: #6E3452;
}
</style>
border-color css
<style>
span { border-color: #6E3452; }
span { border-color: rgb(110,52,82); }
td.TdClassName
{
border-color: #6E3452;
}
.TagClassName
{
border-color: #6E3452;
}
</style>