Shades of Flirt #6E334F
Tints of Flirt #6E334F
RGB
CMYK
RGB Variations
Color information
#6E334F (or 0x6E334F) is known color: Flirt. HEX triplet: 6E, 33 and 4F. RGB value is (110,51,79). Sum of RGB (Red+Green+Blue) = 110+51+79=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E334F is #91CCB0. Grayscale: #474747. Windows color (decimal): -9555121 or 5190510. OLE color: 5190510.
HSL color Cylindrical-coordinate representation of color #6E334F: hue angle of 331.53º 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 #6E334F is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 79 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.57 |
| HSL | 331.53º | 0.37% | 0.32% | - |
| HSV(B) | 331.53º | 0.54% | 0.43% | - |
| XYZ | 9.03 | 6.25 | 8.13 | - |
| YUV | 71.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 79 | 0 | 0.54 | 0.28 | 0.57 | 331.53 | 0.37 | 0.32 |
| Hex | 6E | 33 | 4F | 0 | 36 | 1C | 39 | 14C | 25 | 20 |
| Octal | 156 | 63 | 117 | 0 | 66 | 34 | 71 | 514 | 45 | 40 |
| Binary | 1101110 | 110011 | 1001111 | 0 | 110110 | 11100 | 111001 | 101001100 | 100101 | 100000 |
Color Harmonies of #6E334F
Complementary color
Monochromatic Colors of #6E334F
Black with #6E334F
Text Example
Text Example
White with #6E334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E334F; }
p { color: rgb(110,51,79); }
H1.HeaderClassName
{
color: #6E334F;
}
.AnyTagClassName
{
color: #6E334F;
}
</style>
background-color css
<style>
a { background-color: #6E334F; }
a { background-color: rgb(110,51,79); }
div.DivClassName
{
background-color: #6E334F;
}
.BgClassName
{
background-color: #6E334F;
}
</style>
border-color css
<style>
span { border-color: #6E334F; }
span { border-color: rgb(110,51,79); }
td.TdClassName
{
border-color: #6E334F;
}
.TagClassName
{
border-color: #6E334F;
}
</style>