Shades of Flirt #6F3553
Tints of Flirt #6F3553
RGB
CMYK
RGB Variations
Color information
#6F3553 (or 0x6F3553) is known color: Flirt. HEX triplet: 6F, 35 and 53. RGB value is (111,53,83). Sum of RGB (Red+Green+Blue) = 111+53+83=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3553 is #90CAAC. Grayscale: #494949. Windows color (decimal): -9489069 or 5453167. OLE color: 5453167.
HSL color Cylindrical-coordinate representation of color #6F3553: hue angle of 328.97º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F3553 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 83 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.56 |
| HSL | 328.97º | 0.35% | 0.32% | - |
| HSV(B) | 328.97º | 0.52% | 0.44% | - |
| XYZ | 9.39 | 6.55 | 8.95 | - |
| YUV | 73.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 83 | 0 | 0.52 | 0.25 | 0.56 | 328.97 | 0.35 | 0.32 |
| Hex | 6F | 35 | 53 | 0 | 34 | 19 | 38 | 149 | 23 | 20 |
| Octal | 157 | 65 | 123 | 0 | 64 | 31 | 70 | 511 | 43 | 40 |
| Binary | 1101111 | 110101 | 1010011 | 0 | 110100 | 11001 | 111000 | 101001001 | 100011 | 100000 |
Color Harmonies of #6F3553
Complementary color
Monochromatic Colors of #6F3553
Black with #6F3553
Text Example
Text Example
White with #6F3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3553; }
p { color: rgb(111,53,83); }
H1.HeaderClassName
{
color: #6F3553;
}
.AnyTagClassName
{
color: #6F3553;
}
</style>
background-color css
<style>
a { background-color: #6F3553; }
a { background-color: rgb(111,53,83); }
div.DivClassName
{
background-color: #6F3553;
}
.BgClassName
{
background-color: #6F3553;
}
</style>
border-color css
<style>
span { border-color: #6F3553; }
span { border-color: rgb(111,53,83); }
td.TdClassName
{
border-color: #6F3553;
}
.TagClassName
{
border-color: #6F3553;
}
</style>