Shades of Flirt #6F344D
Tints of Flirt #6F344D
RGB
CMYK
RGB Variations
Color information
#6F344D (or 0x6F344D) is known color: Flirt. HEX triplet: 6F, 34 and 4D. RGB value is (111,52,77). Sum of RGB (Red+Green+Blue) = 111+52+77=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F344D is #90CBB2. Grayscale: #484848. Windows color (decimal): -9489331 or 5059695. OLE color: 5059695.
HSL color Cylindrical-coordinate representation of color #6F344D: hue angle of 334.58º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F344D is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 77 | - |
| CMYK | 0 | 0.53 | 0.31 | 0.56 |
| HSL | 334.58º | 0.36% | 0.32% | - |
| HSV(B) | 334.58º | 0.53% | 0.44% | - |
| XYZ | 9.12 | 6.37 | 7.77 | - |
| YUV | 72.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 77 | 0 | 0.53 | 0.31 | 0.56 | 334.58 | 0.36 | 0.32 |
| Hex | 6F | 34 | 4D | 0 | 35 | 1F | 38 | 14F | 24 | 20 |
| Octal | 157 | 64 | 115 | 0 | 65 | 37 | 70 | 517 | 44 | 40 |
| Binary | 1101111 | 110100 | 1001101 | 0 | 110101 | 11111 | 111000 | 101001111 | 100100 | 100000 |
Color Harmonies of #6F344D
Complementary color
Monochromatic Colors of #6F344D
Black with #6F344D
Text Example
Text Example
White with #6F344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F344D; }
p { color: rgb(111,52,77); }
H1.HeaderClassName
{
color: #6F344D;
}
.AnyTagClassName
{
color: #6F344D;
}
</style>
background-color css
<style>
a { background-color: #6F344D; }
a { background-color: rgb(111,52,77); }
div.DivClassName
{
background-color: #6F344D;
}
.BgClassName
{
background-color: #6F344D;
}
</style>
border-color css
<style>
span { border-color: #6F344D; }
span { border-color: rgb(111,52,77); }
td.TdClassName
{
border-color: #6F344D;
}
.TagClassName
{
border-color: #6F344D;
}
</style>