Shades of Flirt #6F3450
Tints of Flirt #6F3450
RGB
CMYK
RGB Variations
Color information
#6F3450 (or 0x6F3450) is known color: Flirt. HEX triplet: 6F, 34 and 50. RGB value is (111,52,80). Sum of RGB (Red+Green+Blue) = 111+52+80=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3450 is #90CBAF. Grayscale: #484848. Windows color (decimal): -9489328 or 5256303. OLE color: 5256303.
HSL color Cylindrical-coordinate representation of color #6F3450: hue angle of 331.53º 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 #6F3450 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 80 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.56 |
| HSL | 331.53º | 0.36% | 0.32% | - |
| HSV(B) | 331.53º | 0.53% | 0.44% | - |
| XYZ | 9.23 | 6.41 | 8.34 | - |
| YUV | 72.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 80 | 0 | 0.53 | 0.28 | 0.56 | 331.53 | 0.36 | 0.32 |
| Hex | 6F | 34 | 50 | 0 | 35 | 1C | 38 | 14C | 24 | 20 |
| Octal | 157 | 64 | 120 | 0 | 65 | 34 | 70 | 514 | 44 | 40 |
| Binary | 1101111 | 110100 | 1010000 | 0 | 110101 | 11100 | 111000 | 101001100 | 100100 | 100000 |
Color Harmonies of #6F3450
Complementary color
Monochromatic Colors of #6F3450
Black with #6F3450
Text Example
Text Example
White with #6F3450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3450; }
p { color: rgb(111,52,80); }
H1.HeaderClassName
{
color: #6F3450;
}
.AnyTagClassName
{
color: #6F3450;
}
</style>
background-color css
<style>
a { background-color: #6F3450; }
a { background-color: rgb(111,52,80); }
div.DivClassName
{
background-color: #6F3450;
}
.BgClassName
{
background-color: #6F3450;
}
</style>
border-color css
<style>
span { border-color: #6F3450; }
span { border-color: rgb(111,52,80); }
td.TdClassName
{
border-color: #6F3450;
}
.TagClassName
{
border-color: #6F3450;
}
</style>