Shades of Flirt #6B314F
Tints of Flirt #6B314F
RGB
CMYK
RGB Variations
Color information
#6B314F (or 0x6B314F) is known color: Flirt. HEX triplet: 6B, 31 and 4F. RGB value is (107,49,79). Sum of RGB (Red+Green+Blue) = 107+49+79=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B314F is #94CEB0. Grayscale: #454545. Windows color (decimal): -9752241 or 5189995. OLE color: 5189995.
HSL color Cylindrical-coordinate representation of color #6B314F: hue angle of 328.97º 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 #6B314F is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 49 | 79 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.58 |
| HSL | 328.97º | 0.37% | 0.31% | - |
| HSV(B) | 328.97º | 0.54% | 0.42% | - |
| XYZ | 8.57 | 5.89 | 8.08 | - |
| YUV | 69.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 79 | 0 | 0.54 | 0.26 | 0.58 | 328.97 | 0.37 | 0.31 |
| Hex | 6B | 31 | 4F | 0 | 36 | 1A | 3A | 149 | 25 | 1F |
| Octal | 153 | 61 | 117 | 0 | 66 | 32 | 72 | 511 | 45 | 37 |
| Binary | 1101011 | 110001 | 1001111 | 0 | 110110 | 11010 | 111010 | 101001001 | 100101 | 11111 |
Color Harmonies of #6B314F
Complementary color
Monochromatic Colors of #6B314F
Black with #6B314F
Text Example
Text Example
White with #6B314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B314F; }
p { color: rgb(107,49,79); }
H1.HeaderClassName
{
color: #6B314F;
}
.AnyTagClassName
{
color: #6B314F;
}
</style>
background-color css
<style>
a { background-color: #6B314F; }
a { background-color: rgb(107,49,79); }
div.DivClassName
{
background-color: #6B314F;
}
.BgClassName
{
background-color: #6B314F;
}
</style>
border-color css
<style>
span { border-color: #6B314F; }
span { border-color: rgb(107,49,79); }
td.TdClassName
{
border-color: #6B314F;
}
.TagClassName
{
border-color: #6B314F;
}
</style>