Shades of Flirt #6E324C
Tints of Flirt #6E324C
RGB
CMYK
RGB Variations
Color information
#6E324C (or 0x6E324C) is known color: Flirt. HEX triplet: 6E, 32 and 4C. RGB value is (110,50,76). Sum of RGB (Red+Green+Blue) = 110+50+76=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E324C is #91CDB3. Grayscale: #464646. Windows color (decimal): -9555380 or 4993646. OLE color: 4993646.
HSL color Cylindrical-coordinate representation of color #6E324C: hue angle of 334º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E324C is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 76 | - |
| CMYK | 0 | 0.55 | 0.31 | 0.57 |
| HSL | 334º | 0.38% | 0.31% | - |
| HSV(B) | 334º | 0.55% | 0.43% | - |
| XYZ | 8.88 | 6.12 | 7.55 | - |
| YUV | 70.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 76 | 0 | 0.55 | 0.31 | 0.57 | 334 | 0.38 | 0.31 |
| Hex | 6E | 32 | 4C | 0 | 37 | 1F | 39 | 14E | 26 | 1F |
| Octal | 156 | 62 | 114 | 0 | 67 | 37 | 71 | 516 | 46 | 37 |
| Binary | 1101110 | 110010 | 1001100 | 0 | 110111 | 11111 | 111001 | 101001110 | 100110 | 11111 |
Color Harmonies of #6E324C
Complementary color
Monochromatic Colors of #6E324C
Black with #6E324C
Text Example
Text Example
White with #6E324C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E324C; }
p { color: rgb(110,50,76); }
H1.HeaderClassName
{
color: #6E324C;
}
.AnyTagClassName
{
color: #6E324C;
}
</style>
background-color css
<style>
a { background-color: #6E324C; }
a { background-color: rgb(110,50,76); }
div.DivClassName
{
background-color: #6E324C;
}
.BgClassName
{
background-color: #6E324C;
}
</style>
border-color css
<style>
span { border-color: #6E324C; }
span { border-color: rgb(110,50,76); }
td.TdClassName
{
border-color: #6E324C;
}
.TagClassName
{
border-color: #6E324C;
}
</style>