Shades of Flirt #6F3351
Tints of Flirt #6F3351
RGB
CMYK
RGB Variations
Color information
#6F3351 (or 0x6F3351) is known color: Flirt. HEX triplet: 6F, 33 and 51. RGB value is (111,51,81). Sum of RGB (Red+Green+Blue) = 111+51+81=243 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.68% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3351 is #90CCAE. Grayscale: #484848. Windows color (decimal): -9489583 or 5321583. OLE color: 5321583.
HSL color Cylindrical-coordinate representation of color #6F3351: hue angle of 330º 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 #6F3351 is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 51 | 81 | - |
| CMYK | 0 | 0.54 | 0.27 | 0.56 |
| HSL | 330º | 0.37% | 0.32% | - |
| HSV(B) | 330º | 0.54% | 0.44% | - |
| XYZ | 9.22 | 6.34 | 8.52 | - |
| YUV | 72.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 51 | 81 | 0 | 0.54 | 0.27 | 0.56 | 330 | 0.37 | 0.32 |
| Hex | 6F | 33 | 51 | 0 | 36 | 1B | 38 | 14A | 25 | 20 |
| Octal | 157 | 63 | 121 | 0 | 66 | 33 | 70 | 512 | 45 | 40 |
| Binary | 1101111 | 110011 | 1010001 | 0 | 110110 | 11011 | 111000 | 101001010 | 100101 | 100000 |
Color Harmonies of #6F3351
Complementary color
Monochromatic Colors of #6F3351
Black with #6F3351
Text Example
Text Example
White with #6F3351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3351; }
p { color: rgb(111,51,81); }
H1.HeaderClassName
{
color: #6F3351;
}
.AnyTagClassName
{
color: #6F3351;
}
</style>
background-color css
<style>
a { background-color: #6F3351; }
a { background-color: rgb(111,51,81); }
div.DivClassName
{
background-color: #6F3351;
}
.BgClassName
{
background-color: #6F3351;
}
</style>
border-color css
<style>
span { border-color: #6F3351; }
span { border-color: rgb(111,51,81); }
td.TdClassName
{
border-color: #6F3351;
}
.TagClassName
{
border-color: #6F3351;
}
</style>