Shades of Flirt #6F354F
Tints of Flirt #6F354F
RGB
CMYK
RGB Variations
Color information
#6F354F (or 0x6F354F) is known color: Flirt. HEX triplet: 6F, 35 and 4F. RGB value is (111,53,79). Sum of RGB (Red+Green+Blue) = 111+53+79=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F354F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F354F is #90CAB0. Grayscale: #494949. Windows color (decimal): -9489073 or 5191023. OLE color: 5191023.
HSL color Cylindrical-coordinate representation of color #6F354F: hue angle of 333.1º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F354F is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 53 | 79 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.56 |
| HSL | 333.1º | 0.35% | 0.32% | - |
| HSV(B) | 333.1º | 0.52% | 0.44% | - |
| XYZ | 9.24 | 6.49 | 8.16 | - |
| YUV | 73.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 79 | 0 | 0.52 | 0.29 | 0.56 | 333.1 | 0.35 | 0.32 |
| Hex | 6F | 35 | 4F | 0 | 34 | 1D | 38 | 14D | 23 | 20 |
| Octal | 157 | 65 | 117 | 0 | 64 | 35 | 70 | 515 | 43 | 40 |
| Binary | 1101111 | 110101 | 1001111 | 0 | 110100 | 11101 | 111000 | 101001101 | 100011 | 100000 |
Color Harmonies of #6F354F
Complementary color
Monochromatic Colors of #6F354F
Black with #6F354F
Text Example
Text Example
White with #6F354F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F354F; }
p { color: rgb(111,53,79); }
H1.HeaderClassName
{
color: #6F354F;
}
.AnyTagClassName
{
color: #6F354F;
}
</style>
background-color css
<style>
a { background-color: #6F354F; }
a { background-color: rgb(111,53,79); }
div.DivClassName
{
background-color: #6F354F;
}
.BgClassName
{
background-color: #6F354F;
}
</style>
border-color css
<style>
span { border-color: #6F354F; }
span { border-color: rgb(111,53,79); }
td.TdClassName
{
border-color: #6F354F;
}
.TagClassName
{
border-color: #6F354F;
}
</style>