Shades of Flirt #6F364D
Tints of Flirt #6F364D
RGB
CMYK
RGB Variations
Color information
#6F364D (or 0x6F364D) is known color: Flirt. HEX triplet: 6F, 36 and 4D. RGB value is (111,54,77). Sum of RGB (Red+Green+Blue) = 111+54+77=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F364D is #90C9B2. Grayscale: #494949. Windows color (decimal): -9488819 or 5060207. OLE color: 5060207.
HSL color Cylindrical-coordinate representation of color #6F364D: hue angle of 335.79º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F364D is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 54 | 77 | - |
| CMYK | 0 | 0.51 | 0.31 | 0.56 |
| HSL | 335.79º | 0.35% | 0.32% | - |
| HSV(B) | 335.79º | 0.51% | 0.44% | - |
| XYZ | 9.21 | 6.55 | 7.8 | - |
| YUV | 73.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 54 | 77 | 0 | 0.51 | 0.31 | 0.56 | 335.79 | 0.35 | 0.32 |
| Hex | 6F | 36 | 4D | 0 | 33 | 1F | 38 | 150 | 23 | 20 |
| Octal | 157 | 66 | 115 | 0 | 63 | 37 | 70 | 520 | 43 | 40 |
| Binary | 1101111 | 110110 | 1001101 | 0 | 110011 | 11111 | 111000 | 101010000 | 100011 | 100000 |
Color Harmonies of #6F364D
Complementary color
Monochromatic Colors of #6F364D
Black with #6F364D
Text Example
Text Example
White with #6F364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F364D; }
p { color: rgb(111,54,77); }
H1.HeaderClassName
{
color: #6F364D;
}
.AnyTagClassName
{
color: #6F364D;
}
</style>
background-color css
<style>
a { background-color: #6F364D; }
a { background-color: rgb(111,54,77); }
div.DivClassName
{
background-color: #6F364D;
}
.BgClassName
{
background-color: #6F364D;
}
</style>
border-color css
<style>
span { border-color: #6F364D; }
span { border-color: rgb(111,54,77); }
td.TdClassName
{
border-color: #6F364D;
}
.TagClassName
{
border-color: #6F364D;
}
</style>