Shades of Flirt #6C314E
Tints of Flirt #6C314E
RGB
CMYK
RGB Variations
Color information
#6C314E (or 0x6C314E) is known color: Flirt. HEX triplet: 6C, 31 and 4E. RGB value is (108,49,78). Sum of RGB (Red+Green+Blue) = 108+49+78=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C314E is #93CEB1. Grayscale: #454545. Windows color (decimal): -9686706 or 5124460. OLE color: 5124460.
HSL color Cylindrical-coordinate representation of color #6C314E: hue angle of 330.51º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C314E is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 49 | 78 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.58 |
| HSL | 330.51º | 0.38% | 0.31% | - |
| HSV(B) | 330.51º | 0.55% | 0.42% | - |
| XYZ | 8.66 | 5.93 | 7.9 | - |
| YUV | 69.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 78 | 0 | 0.55 | 0.28 | 0.58 | 330.51 | 0.38 | 0.31 |
| Hex | 6C | 31 | 4E | 0 | 37 | 1C | 3A | 14B | 26 | 1F |
| Octal | 154 | 61 | 116 | 0 | 67 | 34 | 72 | 513 | 46 | 37 |
| Binary | 1101100 | 110001 | 1001110 | 0 | 110111 | 11100 | 111010 | 101001011 | 100110 | 11111 |
Color Harmonies of #6C314E
Complementary color
Monochromatic Colors of #6C314E
Black with #6C314E
Text Example
Text Example
White with #6C314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C314E; }
p { color: rgb(108,49,78); }
H1.HeaderClassName
{
color: #6C314E;
}
.AnyTagClassName
{
color: #6C314E;
}
</style>
background-color css
<style>
a { background-color: #6C314E; }
a { background-color: rgb(108,49,78); }
div.DivClassName
{
background-color: #6C314E;
}
.BgClassName
{
background-color: #6C314E;
}
</style>
border-color css
<style>
span { border-color: #6C314E; }
span { border-color: rgb(108,49,78); }
td.TdClassName
{
border-color: #6C314E;
}
.TagClassName
{
border-color: #6C314E;
}
</style>