Shades of Flirt #6F314F
Tints of Flirt #6F314F
RGB
CMYK
RGB Variations
Color information
#6F314F (or 0x6F314F) is known color: Flirt. HEX triplet: 6F, 31 and 4F. RGB value is (111,49,79). Sum of RGB (Red+Green+Blue) = 111+49+79=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F314F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F314F is #90CEB0. Grayscale: #464646. Windows color (decimal): -9490097 or 5189999. OLE color: 5189999.
HSL color Cylindrical-coordinate representation of color #6F314F: hue angle of 330.97º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F314F is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 79 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.56 |
| HSL | 330.97º | 0.39% | 0.31% | - |
| HSV(B) | 330.97º | 0.56% | 0.44% | - |
| XYZ | 9.07 | 6.14 | 8.1 | - |
| YUV | 70.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 79 | 0 | 0.56 | 0.29 | 0.56 | 330.97 | 0.39 | 0.31 |
| Hex | 6F | 31 | 4F | 0 | 38 | 1D | 38 | 14B | 27 | 1F |
| Octal | 157 | 61 | 117 | 0 | 70 | 35 | 70 | 513 | 47 | 37 |
| Binary | 1101111 | 110001 | 1001111 | 0 | 111000 | 11101 | 111000 | 101001011 | 100111 | 11111 |
Color Harmonies of #6F314F
Complementary color
Monochromatic Colors of #6F314F
Black with #6F314F
Text Example
Text Example
White with #6F314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F314F; }
p { color: rgb(111,49,79); }
H1.HeaderClassName
{
color: #6F314F;
}
.AnyTagClassName
{
color: #6F314F;
}
</style>
background-color css
<style>
a { background-color: #6F314F; }
a { background-color: rgb(111,49,79); }
div.DivClassName
{
background-color: #6F314F;
}
.BgClassName
{
background-color: #6F314F;
}
</style>
border-color css
<style>
span { border-color: #6F314F; }
span { border-color: rgb(111,49,79); }
td.TdClassName
{
border-color: #6F314F;
}
.TagClassName
{
border-color: #6F314F;
}
</style>