Shades of Flirt #6F2C56
Tints of Flirt #6F2C56
RGB
CMYK
RGB Variations
Color information
#6F2C56 (or 0x6F2C56) is known color: Flirt. HEX triplet: 6F, 2C and 56. RGB value is (111,44,86). Sum of RGB (Red+Green+Blue) = 111+44+86=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C56 is #90D3A9. Grayscale: #444444. Windows color (decimal): -9491370 or 5647471. OLE color: 5647471.
HSL color Cylindrical-coordinate representation of color #6F2C56: hue angle of 322.39º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C56 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 86 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.56 |
| HSL | 322.39º | 0.43% | 0.3% | - |
| HSV(B) | 322.39º | 0.6% | 0.44% | - |
| XYZ | 9.14 | 5.85 | 9.45 | - |
| YUV | 68.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 86 | 0 | 0.60 | 0.23 | 0.56 | 322.39 | 0.43 | 0.3 |
| Hex | 6F | 2C | 56 | 0 | 3C | 17 | 38 | 142 | 2B | 1E |
| Octal | 157 | 54 | 126 | 0 | 74 | 27 | 70 | 502 | 53 | 36 |
| Binary | 1101111 | 101100 | 1010110 | 0 | 111100 | 10111 | 111000 | 101000010 | 101011 | 11110 |
Color Harmonies of #6F2C56
Complementary color
Monochromatic Colors of #6F2C56
Black with #6F2C56
Text Example
Text Example
White with #6F2C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C56; }
p { color: rgb(111,44,86); }
H1.HeaderClassName
{
color: #6F2C56;
}
.AnyTagClassName
{
color: #6F2C56;
}
</style>
background-color css
<style>
a { background-color: #6F2C56; }
a { background-color: rgb(111,44,86); }
div.DivClassName
{
background-color: #6F2C56;
}
.BgClassName
{
background-color: #6F2C56;
}
</style>
border-color css
<style>
span { border-color: #6F2C56; }
span { border-color: rgb(111,44,86); }
td.TdClassName
{
border-color: #6F2C56;
}
.TagClassName
{
border-color: #6F2C56;
}
</style>