Shades of Flirt #6F3150
Tints of Flirt #6F3150
RGB
CMYK
RGB Variations
Color information
#6F3150 (or 0x6F3150) is known color: Flirt. HEX triplet: 6F, 31 and 50. RGB value is (111,49,80). Sum of RGB (Red+Green+Blue) = 111+49+80=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3150 is #90CEAF. Grayscale: #474747. Windows color (decimal): -9490096 or 5255535. OLE color: 5255535.
HSL color Cylindrical-coordinate representation of color #6F3150: hue angle of 330º 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 #6F3150 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 49 | 80 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.56 |
| HSL | 330º | 0.39% | 0.31% | - |
| HSV(B) | 330º | 0.56% | 0.44% | - |
| XYZ | 9.1 | 6.16 | 8.3 | - |
| YUV | 71.07 | 133.04 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 49 | 80 | 0 | 0.56 | 0.28 | 0.56 | 330 | 0.39 | 0.31 |
| Hex | 6F | 31 | 50 | 0 | 38 | 1C | 38 | 14A | 27 | 1F |
| Octal | 157 | 61 | 120 | 0 | 70 | 34 | 70 | 512 | 47 | 37 |
| Binary | 1101111 | 110001 | 1010000 | 0 | 111000 | 11100 | 111000 | 101001010 | 100111 | 11111 |
Color Harmonies of #6F3150
Complementary color
Monochromatic Colors of #6F3150
Black with #6F3150
Text Example
Text Example
White with #6F3150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3150; }
p { color: rgb(111,49,80); }
H1.HeaderClassName
{
color: #6F3150;
}
.AnyTagClassName
{
color: #6F3150;
}
</style>
background-color css
<style>
a { background-color: #6F3150; }
a { background-color: rgb(111,49,80); }
div.DivClassName
{
background-color: #6F3150;
}
.BgClassName
{
background-color: #6F3150;
}
</style>
border-color css
<style>
span { border-color: #6F3150; }
span { border-color: rgb(111,49,80); }
td.TdClassName
{
border-color: #6F3150;
}
.TagClassName
{
border-color: #6F3150;
}
</style>