Shades of Flirt #6F2C55
Tints of Flirt #6F2C55
RGB
CMYK
RGB Variations
Color information
#6F2C55 (or 0x6F2C55) is known color: Flirt. HEX triplet: 6F, 2C and 55. RGB value is (111,44,85). Sum of RGB (Red+Green+Blue) = 111+44+85=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 44 (17.58% from 255 or 18.33% from 240); Blue value is 85 (33.59% from 255 or 35.42% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C55 is #90D3AA. Grayscale: #444444. Windows color (decimal): -9491371 or 5581935. OLE color: 5581935.
HSL color Cylindrical-coordinate representation of color #6F2C55: hue angle of 323.28º 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 #6F2C55 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 85 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.56 |
| HSL | 323.28º | 0.43% | 0.3% | - |
| HSV(B) | 323.28º | 0.6% | 0.44% | - |
| XYZ | 9.1 | 5.84 | 9.24 | - |
| YUV | 68.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 85 | 0 | 0.60 | 0.23 | 0.56 | 323.28 | 0.43 | 0.3 |
| Hex | 6F | 2C | 55 | 0 | 3C | 17 | 38 | 143 | 2B | 1E |
| Octal | 157 | 54 | 125 | 0 | 74 | 27 | 70 | 503 | 53 | 36 |
| Binary | 1101111 | 101100 | 1010101 | 0 | 111100 | 10111 | 111000 | 101000011 | 101011 | 11110 |
Color Harmonies of #6F2C55
Complementary color
Monochromatic Colors of #6F2C55
Black with #6F2C55
Text Example
Text Example
White with #6F2C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C55; }
p { color: rgb(111,44,85); }
H1.HeaderClassName
{
color: #6F2C55;
}
.AnyTagClassName
{
color: #6F2C55;
}
</style>
background-color css
<style>
a { background-color: #6F2C55; }
a { background-color: rgb(111,44,85); }
div.DivClassName
{
background-color: #6F2C55;
}
.BgClassName
{
background-color: #6F2C55;
}
</style>
border-color css
<style>
span { border-color: #6F2C55; }
span { border-color: rgb(111,44,85); }
td.TdClassName
{
border-color: #6F2C55;
}
.TagClassName
{
border-color: #6F2C55;
}
</style>