Shades of Flirt #6F2F4D
Tints of Flirt #6F2F4D
RGB
CMYK
RGB Variations
Color information
#6F2F4D (or 0x6F2F4D) is known color: Flirt. HEX triplet: 6F, 2F and 4D. RGB value is (111,47,77). Sum of RGB (Red+Green+Blue) = 111+47+77=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2F4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2F4D is #90D0B2. Grayscale: #454545. Windows color (decimal): -9490611 or 5058415. OLE color: 5058415.
HSL color Cylindrical-coordinate representation of color #6F2F4D: hue angle of 331.88º 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 #6F2F4D is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 47 | 77 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.56 |
| HSL | 331.88º | 0.41% | 0.31% | - |
| HSV(B) | 331.88º | 0.58% | 0.44% | - |
| XYZ | 8.91 | 5.95 | 7.7 | - |
| YUV | 69.56 | 132.2 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 47 | 77 | 0 | 0.58 | 0.31 | 0.56 | 331.88 | 0.41 | 0.31 |
| Hex | 6F | 2F | 4D | 0 | 3A | 1F | 38 | 14C | 29 | 1F |
| Octal | 157 | 57 | 115 | 0 | 72 | 37 | 70 | 514 | 51 | 37 |
| Binary | 1101111 | 101111 | 1001101 | 0 | 111010 | 11111 | 111000 | 101001100 | 101001 | 11111 |
Color Harmonies of #6F2F4D
Complementary color
Monochromatic Colors of #6F2F4D
Black with #6F2F4D
Text Example
Text Example
White with #6F2F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2F4D; }
p { color: rgb(111,47,77); }
H1.HeaderClassName
{
color: #6F2F4D;
}
.AnyTagClassName
{
color: #6F2F4D;
}
</style>
background-color css
<style>
a { background-color: #6F2F4D; }
a { background-color: rgb(111,47,77); }
div.DivClassName
{
background-color: #6F2F4D;
}
.BgClassName
{
background-color: #6F2F4D;
}
</style>
border-color css
<style>
span { border-color: #6F2F4D; }
span { border-color: rgb(111,47,77); }
td.TdClassName
{
border-color: #6F2F4D;
}
.TagClassName
{
border-color: #6F2F4D;
}
</style>