Shades of Flirt #6F2D55
Tints of Flirt #6F2D55
RGB
CMYK
RGB Variations
Color information
#6F2D55 (or 0x6F2D55) is known color: Flirt. HEX triplet: 6F, 2D and 55. RGB value is (111,45,85). Sum of RGB (Red+Green+Blue) = 111+45+85=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2D55 is #90D2AA. Grayscale: #454545. Windows color (decimal): -9491115 or 5582191. OLE color: 5582191.
HSL color Cylindrical-coordinate representation of color #6F2D55: hue angle of 323.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2D55 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 85 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.56 |
| HSL | 323.64º | 0.42% | 0.31% | - |
| HSV(B) | 323.64º | 0.59% | 0.44% | - |
| XYZ | 9.13 | 5.91 | 9.25 | - |
| YUV | 69.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 85 | 0 | 0.59 | 0.23 | 0.56 | 323.64 | 0.42 | 0.31 |
| Hex | 6F | 2D | 55 | 0 | 3B | 17 | 38 | 144 | 2A | 1F |
| Octal | 157 | 55 | 125 | 0 | 73 | 27 | 70 | 504 | 52 | 37 |
| Binary | 1101111 | 101101 | 1010101 | 0 | 111011 | 10111 | 111000 | 101000100 | 101010 | 11111 |
Color Harmonies of #6F2D55
Complementary color
Monochromatic Colors of #6F2D55
Black with #6F2D55
Text Example
Text Example
White with #6F2D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D55; }
p { color: rgb(111,45,85); }
H1.HeaderClassName
{
color: #6F2D55;
}
.AnyTagClassName
{
color: #6F2D55;
}
</style>
background-color css
<style>
a { background-color: #6F2D55; }
a { background-color: rgb(111,45,85); }
div.DivClassName
{
background-color: #6F2D55;
}
.BgClassName
{
background-color: #6F2D55;
}
</style>
border-color css
<style>
span { border-color: #6F2D55; }
span { border-color: rgb(111,45,85); }
td.TdClassName
{
border-color: #6F2D55;
}
.TagClassName
{
border-color: #6F2D55;
}
</style>