Shades of Flirt #6C314F
Tints of Flirt #6C314F
RGB
CMYK
RGB Variations
Color information
#6C314F (or 0x6C314F) is known color: Flirt. HEX triplet: 6C, 31 and 4F. RGB value is (108,49,79). Sum of RGB (Red+Green+Blue) = 108+49+79=236 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.76% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 108 - color contains mainly: red. Hex color #6C314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C314F is #93CEB0. Grayscale: #464646. Windows color (decimal): -9686705 or 5189996. OLE color: 5189996.
HSL color Cylindrical-coordinate representation of color #6C314F: hue angle of 329.49º 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 #6C314F is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 49 | 79 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.58 |
| HSL | 329.49º | 0.38% | 0.31% | - |
| HSV(B) | 329.49º | 0.55% | 0.42% | - |
| XYZ | 8.69 | 5.95 | 8.09 | - |
| YUV | 70.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 79 | 0 | 0.55 | 0.27 | 0.58 | 329.49 | 0.38 | 0.31 |
| Hex | 6C | 31 | 4F | 0 | 37 | 1B | 3A | 149 | 26 | 1F |
| Octal | 154 | 61 | 117 | 0 | 67 | 33 | 72 | 511 | 46 | 37 |
| Binary | 1101100 | 110001 | 1001111 | 0 | 110111 | 11011 | 111010 | 101001001 | 100110 | 11111 |
Color Harmonies of #6C314F
Complementary color
Monochromatic Colors of #6C314F
Black with #6C314F
Text Example
Text Example
White with #6C314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C314F; }
p { color: rgb(108,49,79); }
H1.HeaderClassName
{
color: #6C314F;
}
.AnyTagClassName
{
color: #6C314F;
}
</style>
background-color css
<style>
a { background-color: #6C314F; }
a { background-color: rgb(108,49,79); }
div.DivClassName
{
background-color: #6C314F;
}
.BgClassName
{
background-color: #6C314F;
}
</style>
border-color css
<style>
span { border-color: #6C314F; }
span { border-color: rgb(108,49,79); }
td.TdClassName
{
border-color: #6C314F;
}
.TagClassName
{
border-color: #6C314F;
}
</style>