Shades of Flirt #6B314E
Tints of Flirt #6B314E
RGB
CMYK
RGB Variations
Color information
#6B314E (or 0x6B314E) is known color: Flirt. HEX triplet: 6B, 31 and 4E. RGB value is (107,49,78). Sum of RGB (Red+Green+Blue) = 107+49+78=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B314E is #94CEB1. Grayscale: #454545. Windows color (decimal): -9752242 or 5124459. OLE color: 5124459.
HSL color Cylindrical-coordinate representation of color #6B314E: hue angle of 330º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B314E is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 49 | 78 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.58 |
| HSL | 330º | 0.37% | 0.31% | - |
| HSV(B) | 330º | 0.54% | 0.42% | - |
| XYZ | 8.54 | 5.87 | 7.89 | - |
| YUV | 69.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 78 | 0 | 0.54 | 0.27 | 0.58 | 330 | 0.37 | 0.31 |
| Hex | 6B | 31 | 4E | 0 | 36 | 1B | 3A | 14A | 25 | 1F |
| Octal | 153 | 61 | 116 | 0 | 66 | 33 | 72 | 512 | 45 | 37 |
| Binary | 1101011 | 110001 | 1001110 | 0 | 110110 | 11011 | 111010 | 101001010 | 100101 | 11111 |
Color Harmonies of #6B314E
Complementary color
Monochromatic Colors of #6B314E
Black with #6B314E
Text Example
Text Example
White with #6B314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B314E; }
p { color: rgb(107,49,78); }
H1.HeaderClassName
{
color: #6B314E;
}
.AnyTagClassName
{
color: #6B314E;
}
</style>
background-color css
<style>
a { background-color: #6B314E; }
a { background-color: rgb(107,49,78); }
div.DivClassName
{
background-color: #6B314E;
}
.BgClassName
{
background-color: #6B314E;
}
</style>
border-color css
<style>
span { border-color: #6B314E; }
span { border-color: rgb(107,49,78); }
td.TdClassName
{
border-color: #6B314E;
}
.TagClassName
{
border-color: #6B314E;
}
</style>