Shades of Flirt #6E3451
Tints of Flirt #6E3451
RGB
CMYK
RGB Variations
Color information
#6E3451 (or 0x6E3451) is known color: Flirt. HEX triplet: 6E, 34 and 51. RGB value is (110,52,81). Sum of RGB (Red+Green+Blue) = 110+52+81=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3451 is #91CBAE. Grayscale: #484848. Windows color (decimal): -9554863 or 5321838. OLE color: 5321838.
HSL color Cylindrical-coordinate representation of color #6E3451: hue angle of 330º 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 #6E3451 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 81 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.57 |
| HSL | 330º | 0.36% | 0.32% | - |
| HSV(B) | 330º | 0.53% | 0.43% | - |
| XYZ | 9.14 | 6.37 | 8.53 | - |
| YUV | 72.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 81 | 0 | 0.53 | 0.26 | 0.57 | 330 | 0.36 | 0.32 |
| Hex | 6E | 34 | 51 | 0 | 35 | 1A | 39 | 14A | 24 | 20 |
| Octal | 156 | 64 | 121 | 0 | 65 | 32 | 71 | 512 | 44 | 40 |
| Binary | 1101110 | 110100 | 1010001 | 0 | 110101 | 11010 | 111001 | 101001010 | 100100 | 100000 |
Color Harmonies of #6E3451
Complementary color
Monochromatic Colors of #6E3451
Black with #6E3451
Text Example
Text Example
White with #6E3451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3451; }
p { color: rgb(110,52,81); }
H1.HeaderClassName
{
color: #6E3451;
}
.AnyTagClassName
{
color: #6E3451;
}
</style>
background-color css
<style>
a { background-color: #6E3451; }
a { background-color: rgb(110,52,81); }
div.DivClassName
{
background-color: #6E3451;
}
.BgClassName
{
background-color: #6E3451;
}
</style>
border-color css
<style>
span { border-color: #6E3451; }
span { border-color: rgb(110,52,81); }
td.TdClassName
{
border-color: #6E3451;
}
.TagClassName
{
border-color: #6E3451;
}
</style>