Shades of Flirt #6F3355
Tints of Flirt #6F3355
RGB
CMYK
RGB Variations
Color information
#6F3355 (or 0x6F3355) is known color: Flirt. HEX triplet: 6F, 33 and 55. RGB value is (111,51,85). Sum of RGB (Red+Green+Blue) = 111+51+85=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3355 is #90CCAA. Grayscale: #484848. Windows color (decimal): -9489579 or 5583727. OLE color: 5583727.
HSL color Cylindrical-coordinate representation of color #6F3355: hue angle of 326º 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 #6F3355 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 85 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.56 |
| HSL | 326º | 0.37% | 0.32% | - |
| HSV(B) | 326º | 0.54% | 0.44% | - |
| XYZ | 9.38 | 6.4 | 9.34 | - |
| YUV | 72.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 85 | 0 | 0.54 | 0.23 | 0.56 | 326 | 0.37 | 0.32 |
| Hex | 6F | 33 | 55 | 0 | 36 | 17 | 38 | 146 | 25 | 20 |
| Octal | 157 | 63 | 125 | 0 | 66 | 27 | 70 | 506 | 45 | 40 |
| Binary | 1101111 | 110011 | 1010101 | 0 | 110110 | 10111 | 111000 | 101000110 | 100101 | 100000 |
Color Harmonies of #6F3355
Complementary color
Monochromatic Colors of #6F3355
Black with #6F3355
Text Example
Text Example
White with #6F3355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3355; }
p { color: rgb(111,51,85); }
H1.HeaderClassName
{
color: #6F3355;
}
.AnyTagClassName
{
color: #6F3355;
}
</style>
background-color css
<style>
a { background-color: #6F3355; }
a { background-color: rgb(111,51,85); }
div.DivClassName
{
background-color: #6F3355;
}
.BgClassName
{
background-color: #6F3355;
}
</style>
border-color css
<style>
span { border-color: #6F3355; }
span { border-color: rgb(111,51,85); }
td.TdClassName
{
border-color: #6F3355;
}
.TagClassName
{
border-color: #6F3355;
}
</style>