Shades of Flirt #6F3354
Tints of Flirt #6F3354
RGB
CMYK
RGB Variations
Color information
#6F3354 (or 0x6F3354) is known color: Flirt. HEX triplet: 6F, 33 and 54. RGB value is (111,51,84). Sum of RGB (Red+Green+Blue) = 111+51+84=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3354 is #90CCAB. Grayscale: #484848. Windows color (decimal): -9489580 or 5518191. OLE color: 5518191.
HSL color Cylindrical-coordinate representation of color #6F3354: hue angle of 327º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6F3354 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 84 | - |
| CMYK | 0 | 0.54 | 0.24 | 0.56 |
| HSL | 327º | 0.37% | 0.32% | - |
| HSV(B) | 327º | 0.54% | 0.44% | - |
| XYZ | 9.34 | 6.39 | 9.13 | - |
| YUV | 72.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 84 | 0 | 0.54 | 0.24 | 0.56 | 327 | 0.37 | 0.32 |
| Hex | 6F | 33 | 54 | 0 | 36 | 18 | 38 | 147 | 25 | 20 |
| Octal | 157 | 63 | 124 | 0 | 66 | 30 | 70 | 507 | 45 | 40 |
| Binary | 1101111 | 110011 | 1010100 | 0 | 110110 | 11000 | 111000 | 101000111 | 100101 | 100000 |
Color Harmonies of #6F3354
Complementary color
Monochromatic Colors of #6F3354
Black with #6F3354
Text Example
Text Example
White with #6F3354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3354; }
p { color: rgb(111,51,84); }
H1.HeaderClassName
{
color: #6F3354;
}
.AnyTagClassName
{
color: #6F3354;
}
</style>
background-color css
<style>
a { background-color: #6F3354; }
a { background-color: rgb(111,51,84); }
div.DivClassName
{
background-color: #6F3354;
}
.BgClassName
{
background-color: #6F3354;
}
</style>
border-color css
<style>
span { border-color: #6F3354; }
span { border-color: rgb(111,51,84); }
td.TdClassName
{
border-color: #6F3354;
}
.TagClassName
{
border-color: #6F3354;
}
</style>