Shades of Flirt #6E3552
Tints of Flirt #6E3552
RGB
CMYK
RGB Variations
Color information
#6E3552 (or 0x6E3552) is known color: Flirt. HEX triplet: 6E, 35 and 52. RGB value is (110,53,82). Sum of RGB (Red+Green+Blue) = 110+53+82=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3552 is #91CAAD. Grayscale: #494949. Windows color (decimal): -9554606 or 5387630. OLE color: 5387630.
HSL color Cylindrical-coordinate representation of color #6E3552: hue angle of 329.47º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E3552 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 53 | 82 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.57 |
| HSL | 329.47º | 0.35% | 0.32% | - |
| HSV(B) | 329.47º | 0.52% | 0.43% | - |
| XYZ | 9.23 | 6.47 | 8.75 | - |
| YUV | 73.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 82 | 0 | 0.52 | 0.25 | 0.57 | 329.47 | 0.35 | 0.32 |
| Hex | 6E | 35 | 52 | 0 | 34 | 19 | 39 | 149 | 23 | 20 |
| Octal | 156 | 65 | 122 | 0 | 64 | 31 | 71 | 511 | 43 | 40 |
| Binary | 1101110 | 110101 | 1010010 | 0 | 110100 | 11001 | 111001 | 101001001 | 100011 | 100000 |
Color Harmonies of #6E3552
Complementary color
Monochromatic Colors of #6E3552
Black with #6E3552
Text Example
Text Example
White with #6E3552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3552; }
p { color: rgb(110,53,82); }
H1.HeaderClassName
{
color: #6E3552;
}
.AnyTagClassName
{
color: #6E3552;
}
</style>
background-color css
<style>
a { background-color: #6E3552; }
a { background-color: rgb(110,53,82); }
div.DivClassName
{
background-color: #6E3552;
}
.BgClassName
{
background-color: #6E3552;
}
</style>
border-color css
<style>
span { border-color: #6E3552; }
span { border-color: rgb(110,53,82); }
td.TdClassName
{
border-color: #6E3552;
}
.TagClassName
{
border-color: #6E3552;
}
</style>