Shades of Flirt #6F2A55
Tints of Flirt #6F2A55
RGB
CMYK
RGB Variations
Color information
#6F2A55 (or 0x6F2A55) is known color: Flirt. HEX triplet: 6F, 2A and 55. RGB value is (111,42,85). Sum of RGB (Red+Green+Blue) = 111+42+85=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2A55 is #90D5AA. Grayscale: #434343. Windows color (decimal): -9491883 or 5581423. OLE color: 5581423.
HSL color Cylindrical-coordinate representation of color #6F2A55: hue angle of 322.61º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6F2A55 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 42 | 85 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.56 |
| HSL | 322.61º | 0.45% | 0.3% | - |
| HSV(B) | 322.61º | 0.62% | 0.44% | - |
| XYZ | 9.02 | 5.69 | 9.22 | - |
| YUV | 67.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 85 | 0 | 0.62 | 0.23 | 0.56 | 322.61 | 0.45 | 0.3 |
| Hex | 6F | 2A | 55 | 0 | 3E | 17 | 38 | 143 | 2D | 1E |
| Octal | 157 | 52 | 125 | 0 | 76 | 27 | 70 | 503 | 55 | 36 |
| Binary | 1101111 | 101010 | 1010101 | 0 | 111110 | 10111 | 111000 | 101000011 | 101101 | 11110 |
Color Harmonies of #6F2A55
Complementary color
Monochromatic Colors of #6F2A55
Black with #6F2A55
Text Example
Text Example
White with #6F2A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2A55; }
p { color: rgb(111,42,85); }
H1.HeaderClassName
{
color: #6F2A55;
}
.AnyTagClassName
{
color: #6F2A55;
}
</style>
background-color css
<style>
a { background-color: #6F2A55; }
a { background-color: rgb(111,42,85); }
div.DivClassName
{
background-color: #6F2A55;
}
.BgClassName
{
background-color: #6F2A55;
}
</style>
border-color css
<style>
span { border-color: #6F2A55; }
span { border-color: rgb(111,42,85); }
td.TdClassName
{
border-color: #6F2A55;
}
.TagClassName
{
border-color: #6F2A55;
}
</style>