Shades of Flirt #6F324F
Tints of Flirt #6F324F
RGB
CMYK
RGB Variations
Color information
#6F324F (or 0x6F324F) is known color: Flirt. HEX triplet: 6F, 32 and 4F. RGB value is (111,50,79). Sum of RGB (Red+Green+Blue) = 111+50+79=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F324F is #90CDB0. Grayscale: #474747. Windows color (decimal): -9489841 or 5190255. OLE color: 5190255.
HSL color Cylindrical-coordinate representation of color #6F324F: hue angle of 331.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F324F is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 79 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.56 |
| HSL | 331.48º | 0.38% | 0.32% | - |
| HSV(B) | 331.48º | 0.55% | 0.44% | - |
| XYZ | 9.11 | 6.23 | 8.12 | - |
| YUV | 71.55 | 132.21 | 156.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 79 | 0 | 0.55 | 0.29 | 0.56 | 331.48 | 0.38 | 0.32 |
| Hex | 6F | 32 | 4F | 0 | 37 | 1D | 38 | 14B | 26 | 20 |
| Octal | 157 | 62 | 117 | 0 | 67 | 35 | 70 | 513 | 46 | 40 |
| Binary | 1101111 | 110010 | 1001111 | 0 | 110111 | 11101 | 111000 | 101001011 | 100110 | 100000 |
Color Harmonies of #6F324F
Complementary color
Monochromatic Colors of #6F324F
Black with #6F324F
Text Example
Text Example
White with #6F324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F324F; }
p { color: rgb(111,50,79); }
H1.HeaderClassName
{
color: #6F324F;
}
.AnyTagClassName
{
color: #6F324F;
}
</style>
background-color css
<style>
a { background-color: #6F324F; }
a { background-color: rgb(111,50,79); }
div.DivClassName
{
background-color: #6F324F;
}
.BgClassName
{
background-color: #6F324F;
}
</style>
border-color css
<style>
span { border-color: #6F324F; }
span { border-color: rgb(111,50,79); }
td.TdClassName
{
border-color: #6F324F;
}
.TagClassName
{
border-color: #6F324F;
}
</style>