Shades of Flirt #6F3751
Tints of Flirt #6F3751
RGB
CMYK
RGB Variations
Color information
#6F3751 (or 0x6F3751) is known color: Flirt. HEX triplet: 6F, 37 and 51. RGB value is (111,55,81). Sum of RGB (Red+Green+Blue) = 111+55+81=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3751 is #90C8AE. Grayscale: #4A4A4A. Windows color (decimal): -9488559 or 5322607. OLE color: 5322607.
HSL color Cylindrical-coordinate representation of color #6F3751: hue angle of 332.14º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3751 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 81 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.56 |
| HSL | 332.14º | 0.34% | 0.33% | - |
| HSV(B) | 332.14º | 0.5% | 0.44% | - |
| XYZ | 9.41 | 6.71 | 8.58 | - |
| YUV | 74.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 81 | 0 | 0.50 | 0.27 | 0.56 | 332.14 | 0.34 | 0.33 |
| Hex | 6F | 37 | 51 | 0 | 32 | 1B | 38 | 14C | 22 | 21 |
| Octal | 157 | 67 | 121 | 0 | 62 | 33 | 70 | 514 | 42 | 41 |
| Binary | 1101111 | 110111 | 1010001 | 0 | 110010 | 11011 | 111000 | 101001100 | 100010 | 100001 |
Color Harmonies of #6F3751
Complementary color
Monochromatic Colors of #6F3751
Black with #6F3751
Text Example
Text Example
White with #6F3751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3751; }
p { color: rgb(111,55,81); }
H1.HeaderClassName
{
color: #6F3751;
}
.AnyTagClassName
{
color: #6F3751;
}
</style>
background-color css
<style>
a { background-color: #6F3751; }
a { background-color: rgb(111,55,81); }
div.DivClassName
{
background-color: #6F3751;
}
.BgClassName
{
background-color: #6F3751;
}
</style>
border-color css
<style>
span { border-color: #6F3751; }
span { border-color: rgb(111,55,81); }
td.TdClassName
{
border-color: #6F3751;
}
.TagClassName
{
border-color: #6F3751;
}
</style>