Shades of Flirt #6F334F
Tints of Flirt #6F334F
RGB
CMYK
RGB Variations
Color information
#6F334F (or 0x6F334F) is known color: Flirt. HEX triplet: 6F, 33 and 4F. RGB value is (111,51,79). Sum of RGB (Red+Green+Blue) = 111+51+79=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F334F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F334F is #90CCB0. Grayscale: #484848. Windows color (decimal): -9489585 or 5190511. OLE color: 5190511.
HSL color Cylindrical-coordinate representation of color #6F334F: hue angle of 332º 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 #6F334F is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 79 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.56 |
| HSL | 332º | 0.37% | 0.32% | - |
| HSV(B) | 332º | 0.54% | 0.44% | - |
| XYZ | 9.15 | 6.31 | 8.13 | - |
| YUV | 72.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 79 | 0 | 0.54 | 0.29 | 0.56 | 332 | 0.37 | 0.32 |
| Hex | 6F | 33 | 4F | 0 | 36 | 1D | 38 | 14C | 25 | 20 |
| Octal | 157 | 63 | 117 | 0 | 66 | 35 | 70 | 514 | 45 | 40 |
| Binary | 1101111 | 110011 | 1001111 | 0 | 110110 | 11101 | 111000 | 101001100 | 100101 | 100000 |
Color Harmonies of #6F334F
Complementary color
Monochromatic Colors of #6F334F
Black with #6F334F
Text Example
Text Example
White with #6F334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F334F; }
p { color: rgb(111,51,79); }
H1.HeaderClassName
{
color: #6F334F;
}
.AnyTagClassName
{
color: #6F334F;
}
</style>
background-color css
<style>
a { background-color: #6F334F; }
a { background-color: rgb(111,51,79); }
div.DivClassName
{
background-color: #6F334F;
}
.BgClassName
{
background-color: #6F334F;
}
</style>
border-color css
<style>
span { border-color: #6F334F; }
span { border-color: rgb(111,51,79); }
td.TdClassName
{
border-color: #6F334F;
}
.TagClassName
{
border-color: #6F334F;
}
</style>