Shades of Flirt #6F3254
Tints of Flirt #6F3254
RGB
CMYK
RGB Variations
Color information
#6F3254 (or 0x6F3254) is known color: Flirt. HEX triplet: 6F, 32 and 54. RGB value is (111,50,84). Sum of RGB (Red+Green+Blue) = 111+50+84=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3254 is #90CDAB. Grayscale: #484848. Windows color (decimal): -9489836 or 5517935. OLE color: 5517935.
HSL color Cylindrical-coordinate representation of color #6F3254: hue angle of 326.56º 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 #6F3254 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 50 | 84 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.56 |
| HSL | 326.56º | 0.38% | 0.32% | - |
| HSV(B) | 326.56º | 0.55% | 0.44% | - |
| XYZ | 9.3 | 6.3 | 9.11 | - |
| YUV | 72.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 50 | 84 | 0 | 0.55 | 0.24 | 0.56 | 326.56 | 0.38 | 0.32 |
| Hex | 6F | 32 | 54 | 0 | 37 | 18 | 38 | 147 | 26 | 20 |
| Octal | 157 | 62 | 124 | 0 | 67 | 30 | 70 | 507 | 46 | 40 |
| Binary | 1101111 | 110010 | 1010100 | 0 | 110111 | 11000 | 111000 | 101000111 | 100110 | 100000 |
Color Harmonies of #6F3254
Complementary color
Monochromatic Colors of #6F3254
Black with #6F3254
Text Example
Text Example
White with #6F3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3254; }
p { color: rgb(111,50,84); }
H1.HeaderClassName
{
color: #6F3254;
}
.AnyTagClassName
{
color: #6F3254;
}
</style>
background-color css
<style>
a { background-color: #6F3254; }
a { background-color: rgb(111,50,84); }
div.DivClassName
{
background-color: #6F3254;
}
.BgClassName
{
background-color: #6F3254;
}
</style>
border-color css
<style>
span { border-color: #6F3254; }
span { border-color: rgb(111,50,84); }
td.TdClassName
{
border-color: #6F3254;
}
.TagClassName
{
border-color: #6F3254;
}
</style>