Shades of Flirt #6F3053
Tints of Flirt #6F3053
RGB
CMYK
RGB Variations
Color information
#6F3053 (or 0x6F3053) is known color: Flirt. HEX triplet: 6F, 30 and 53. RGB value is (111,48,83). Sum of RGB (Red+Green+Blue) = 111+48+83=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3053 is #90CFAC. Grayscale: #464646. Windows color (decimal): -9490349 or 5451887. OLE color: 5451887.
HSL color Cylindrical-coordinate representation of color #6F3053: hue angle of 326.67º 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 #6F3053 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 83 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.56 |
| HSL | 326.67º | 0.4% | 0.31% | - |
| HSV(B) | 326.67º | 0.57% | 0.44% | - |
| XYZ | 9.17 | 6.12 | 8.88 | - |
| YUV | 70.83 | 134.87 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 83 | 0 | 0.57 | 0.25 | 0.56 | 326.67 | 0.4 | 0.31 |
| Hex | 6F | 30 | 53 | 0 | 39 | 19 | 38 | 147 | 28 | 1F |
| Octal | 157 | 60 | 123 | 0 | 71 | 31 | 70 | 507 | 50 | 37 |
| Binary | 1101111 | 110000 | 1010011 | 0 | 111001 | 11001 | 111000 | 101000111 | 101000 | 11111 |
Color Harmonies of #6F3053
Complementary color
Monochromatic Colors of #6F3053
Black with #6F3053
Text Example
Text Example
White with #6F3053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3053; }
p { color: rgb(111,48,83); }
H1.HeaderClassName
{
color: #6F3053;
}
.AnyTagClassName
{
color: #6F3053;
}
</style>
background-color css
<style>
a { background-color: #6F3053; }
a { background-color: rgb(111,48,83); }
div.DivClassName
{
background-color: #6F3053;
}
.BgClassName
{
background-color: #6F3053;
}
</style>
border-color css
<style>
span { border-color: #6F3053; }
span { border-color: rgb(111,48,83); }
td.TdClassName
{
border-color: #6F3053;
}
.TagClassName
{
border-color: #6F3053;
}
</style>