Shades of Flirt #6F314C
Tints of Flirt #6F314C
RGB
CMYK
RGB Variations
Color information
#6F314C (or 0x6F314C) is known color: Flirt. HEX triplet: 6F, 31 and 4C. RGB value is (111,49,76). Sum of RGB (Red+Green+Blue) = 111+49+76=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F314C is #90CEB3. Grayscale: #464646. Windows color (decimal): -9490100 or 4993391. OLE color: 4993391.
HSL color Cylindrical-coordinate representation of color #6F314C: hue angle of 333.87º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F314C is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 76 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.56 |
| HSL | 333.87º | 0.39% | 0.31% | - |
| HSV(B) | 333.87º | 0.56% | 0.44% | - |
| XYZ | 8.96 | 6.1 | 7.54 | - |
| YUV | 70.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 76 | 0 | 0.56 | 0.32 | 0.56 | 333.87 | 0.39 | 0.31 |
| Hex | 6F | 31 | 4C | 0 | 38 | 20 | 38 | 14E | 27 | 1F |
| Octal | 157 | 61 | 114 | 0 | 70 | 40 | 70 | 516 | 47 | 37 |
| Binary | 1101111 | 110001 | 1001100 | 0 | 111000 | 100000 | 111000 | 101001110 | 100111 | 11111 |
Color Harmonies of #6F314C
Complementary color
Monochromatic Colors of #6F314C
Black with #6F314C
Text Example
Text Example
White with #6F314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F314C; }
p { color: rgb(111,49,76); }
H1.HeaderClassName
{
color: #6F314C;
}
.AnyTagClassName
{
color: #6F314C;
}
</style>
background-color css
<style>
a { background-color: #6F314C; }
a { background-color: rgb(111,49,76); }
div.DivClassName
{
background-color: #6F314C;
}
.BgClassName
{
background-color: #6F314C;
}
</style>
border-color css
<style>
span { border-color: #6F314C; }
span { border-color: rgb(111,49,76); }
td.TdClassName
{
border-color: #6F314C;
}
.TagClassName
{
border-color: #6F314C;
}
</style>