Shades of Flirt #6F2F51
Tints of Flirt #6F2F51
RGB
CMYK
RGB Variations
Color information
#6F2F51 (or 0x6F2F51) is known color: Flirt. HEX triplet: 6F, 2F and 51. RGB value is (111,47,81). Sum of RGB (Red+Green+Blue) = 111+47+81=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2F51 is #90D0AE. Grayscale: #454545. Windows color (decimal): -9490607 or 5320559. OLE color: 5320559.
HSL color Cylindrical-coordinate representation of color #6F2F51: hue angle of 328.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F2F51 is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 47 | 81 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.56 |
| HSL | 328.13º | 0.41% | 0.31% | - |
| HSV(B) | 328.13º | 0.58% | 0.44% | - |
| XYZ | 9.06 | 6.01 | 8.47 | - |
| YUV | 70.01 | 134.2 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 81 | 0 | 0.58 | 0.27 | 0.56 | 328.13 | 0.41 | 0.31 |
| Hex | 6F | 2F | 51 | 0 | 3A | 1B | 38 | 148 | 29 | 1F |
| Octal | 157 | 57 | 121 | 0 | 72 | 33 | 70 | 510 | 51 | 37 |
| Binary | 1101111 | 101111 | 1010001 | 0 | 111010 | 11011 | 111000 | 101001000 | 101001 | 11111 |
Color Harmonies of #6F2F51
Complementary color
Monochromatic Colors of #6F2F51
Black with #6F2F51
Text Example
Text Example
White with #6F2F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F51; }
p { color: rgb(111,47,81); }
H1.HeaderClassName
{
color: #6F2F51;
}
.AnyTagClassName
{
color: #6F2F51;
}
</style>
background-color css
<style>
a { background-color: #6F2F51; }
a { background-color: rgb(111,47,81); }
div.DivClassName
{
background-color: #6F2F51;
}
.BgClassName
{
background-color: #6F2F51;
}
</style>
border-color css
<style>
span { border-color: #6F2F51; }
span { border-color: rgb(111,47,81); }
td.TdClassName
{
border-color: #6F2F51;
}
.TagClassName
{
border-color: #6F2F51;
}
</style>