Shades of Flirt #6E3456
Tints of Flirt #6E3456
RGB
CMYK
RGB Variations
Color information
#6E3456 (or 0x6E3456) is known color: Flirt. HEX triplet: 6E, 34 and 56. RGB value is (110,52,86). Sum of RGB (Red+Green+Blue) = 110+52+86=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3456 is #91CBA9. Grayscale: #494949. Windows color (decimal): -9554858 or 5649518. OLE color: 5649518.
HSL color Cylindrical-coordinate representation of color #6E3456: hue angle of 324.83º 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 #6E3456 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 52 | 86 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.57 |
| HSL | 324.83º | 0.36% | 0.32% | - |
| HSV(B) | 324.83º | 0.53% | 0.43% | - |
| XYZ | 9.34 | 6.44 | 9.56 | - |
| YUV | 73.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 52 | 86 | 0 | 0.53 | 0.22 | 0.57 | 324.83 | 0.36 | 0.32 |
| Hex | 6E | 34 | 56 | 0 | 35 | 16 | 39 | 145 | 24 | 20 |
| Octal | 156 | 64 | 126 | 0 | 65 | 26 | 71 | 505 | 44 | 40 |
| Binary | 1101110 | 110100 | 1010110 | 0 | 110101 | 10110 | 111001 | 101000101 | 100100 | 100000 |
Color Harmonies of #6E3456
Complementary color
Monochromatic Colors of #6E3456
Black with #6E3456
Text Example
Text Example
White with #6E3456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3456; }
p { color: rgb(110,52,86); }
H1.HeaderClassName
{
color: #6E3456;
}
.AnyTagClassName
{
color: #6E3456;
}
</style>
background-color css
<style>
a { background-color: #6E3456; }
a { background-color: rgb(110,52,86); }
div.DivClassName
{
background-color: #6E3456;
}
.BgClassName
{
background-color: #6E3456;
}
</style>
border-color css
<style>
span { border-color: #6E3456; }
span { border-color: rgb(110,52,86); }
td.TdClassName
{
border-color: #6E3456;
}
.TagClassName
{
border-color: #6E3456;
}
</style>