Shades of Flirt #6F3054
Tints of Flirt #6F3054
RGB
CMYK
RGB Variations
Color information
#6F3054 (or 0x6F3054) is known color: Flirt. HEX triplet: 6F, 30 and 54. RGB value is (111,48,84). Sum of RGB (Red+Green+Blue) = 111+48+84=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 84 (33.20% from 255 or 34.57% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3054 is #90CFAB. Grayscale: #464646. Windows color (decimal): -9490348 or 5517423. OLE color: 5517423.
HSL color Cylindrical-coordinate representation of color #6F3054: hue angle of 325.71º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F3054 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 84 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.56 |
| HSL | 325.71º | 0.4% | 0.31% | - |
| HSV(B) | 325.71º | 0.57% | 0.44% | - |
| XYZ | 9.21 | 6.13 | 9.09 | - |
| YUV | 70.94 | 135.37 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 84 | 0 | 0.57 | 0.24 | 0.56 | 325.71 | 0.4 | 0.31 |
| Hex | 6F | 30 | 54 | 0 | 39 | 18 | 38 | 146 | 28 | 1F |
| Octal | 157 | 60 | 124 | 0 | 71 | 30 | 70 | 506 | 50 | 37 |
| Binary | 1101111 | 110000 | 1010100 | 0 | 111001 | 11000 | 111000 | 101000110 | 101000 | 11111 |
Color Harmonies of #6F3054
Complementary color
Monochromatic Colors of #6F3054
Black with #6F3054
Text Example
Text Example
White with #6F3054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3054; }
p { color: rgb(111,48,84); }
H1.HeaderClassName
{
color: #6F3054;
}
.AnyTagClassName
{
color: #6F3054;
}
</style>
background-color css
<style>
a { background-color: #6F3054; }
a { background-color: rgb(111,48,84); }
div.DivClassName
{
background-color: #6F3054;
}
.BgClassName
{
background-color: #6F3054;
}
</style>
border-color css
<style>
span { border-color: #6F3054; }
span { border-color: rgb(111,48,84); }
td.TdClassName
{
border-color: #6F3054;
}
.TagClassName
{
border-color: #6F3054;
}
</style>