Shades of Flirt #6F374E
Tints of Flirt #6F374E
RGB
CMYK
RGB Variations
Color information
#6F374E (or 0x6F374E) is known color: Flirt. HEX triplet: 6F, 37 and 4E. RGB value is (111,55,78). Sum of RGB (Red+Green+Blue) = 111+55+78=244 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.49% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 111 - color contains mainly: red. Hex color #6F374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F374E is #90C8B1. Grayscale: #4A4A4A. Windows color (decimal): -9488562 or 5125999. OLE color: 5125999.
HSL color Cylindrical-coordinate representation of color #6F374E: hue angle of 335.36º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F374E is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 55 | 78 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.56 |
| HSL | 335.36º | 0.34% | 0.33% | - |
| HSV(B) | 335.36º | 0.5% | 0.44% | - |
| XYZ | 9.3 | 6.66 | 8 | - |
| YUV | 74.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 55 | 78 | 0 | 0.50 | 0.30 | 0.56 | 335.36 | 0.34 | 0.33 |
| Hex | 6F | 37 | 4E | 0 | 32 | 1E | 38 | 14F | 22 | 21 |
| Octal | 157 | 67 | 116 | 0 | 62 | 36 | 70 | 517 | 42 | 41 |
| Binary | 1101111 | 110111 | 1001110 | 0 | 110010 | 11110 | 111000 | 101001111 | 100010 | 100001 |
Color Harmonies of #6F374E
Complementary color
Monochromatic Colors of #6F374E
Black with #6F374E
Text Example
Text Example
White with #6F374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F374E; }
p { color: rgb(111,55,78); }
H1.HeaderClassName
{
color: #6F374E;
}
.AnyTagClassName
{
color: #6F374E;
}
</style>
background-color css
<style>
a { background-color: #6F374E; }
a { background-color: rgb(111,55,78); }
div.DivClassName
{
background-color: #6F374E;
}
.BgClassName
{
background-color: #6F374E;
}
</style>
border-color css
<style>
span { border-color: #6F374E; }
span { border-color: rgb(111,55,78); }
td.TdClassName
{
border-color: #6F374E;
}
.TagClassName
{
border-color: #6F374E;
}
</style>