Shades of Flirt #6E3355
Tints of Flirt #6E3355
RGB
CMYK
RGB Variations
Color information
#6E3355 (or 0x6E3355) is known color: Flirt. HEX triplet: 6E, 33 and 55. RGB value is (110,51,85). Sum of RGB (Red+Green+Blue) = 110+51+85=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3355 is #91CCAA. Grayscale: #484848. Windows color (decimal): -9555115 or 5583726. OLE color: 5583726.
HSL color Cylindrical-coordinate representation of color #6E3355: hue angle of 325.42º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E3355 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 85 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.57 |
| HSL | 325.42º | 0.37% | 0.32% | - |
| HSV(B) | 325.42º | 0.54% | 0.43% | - |
| XYZ | 9.25 | 6.34 | 9.33 | - |
| YUV | 72.52 | 135.05 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 85 | 0 | 0.54 | 0.23 | 0.57 | 325.42 | 0.37 | 0.32 |
| Hex | 6E | 33 | 55 | 0 | 36 | 17 | 39 | 145 | 25 | 20 |
| Octal | 156 | 63 | 125 | 0 | 66 | 27 | 71 | 505 | 45 | 40 |
| Binary | 1101110 | 110011 | 1010101 | 0 | 110110 | 10111 | 111001 | 101000101 | 100101 | 100000 |
Color Harmonies of #6E3355
Complementary color
Monochromatic Colors of #6E3355
Black with #6E3355
Text Example
Text Example
White with #6E3355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3355; }
p { color: rgb(110,51,85); }
H1.HeaderClassName
{
color: #6E3355;
}
.AnyTagClassName
{
color: #6E3355;
}
</style>
background-color css
<style>
a { background-color: #6E3355; }
a { background-color: rgb(110,51,85); }
div.DivClassName
{
background-color: #6E3355;
}
.BgClassName
{
background-color: #6E3355;
}
</style>
border-color css
<style>
span { border-color: #6E3355; }
span { border-color: rgb(110,51,85); }
td.TdClassName
{
border-color: #6E3355;
}
.TagClassName
{
border-color: #6E3355;
}
</style>