Shades of Flirt #6D3350
Tints of Flirt #6D3350
RGB
CMYK
RGB Variations
Color information
#6D3350 (or 0x6D3350) is known color: Flirt. HEX triplet: 6D, 33 and 50. RGB value is (109,51,80). Sum of RGB (Red+Green+Blue) = 109+51+80=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3350 is #92CCAF. Grayscale: #474747. Windows color (decimal): -9620656 or 5256045. OLE color: 5256045.
HSL color Cylindrical-coordinate representation of color #6D3350: hue angle of 330º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D3350 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 51 | 80 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.57 |
| HSL | 330º | 0.36% | 0.31% | - |
| HSV(B) | 330º | 0.53% | 0.43% | - |
| XYZ | 8.94 | 6.2 | 8.31 | - |
| YUV | 71.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 51 | 80 | 0 | 0.53 | 0.27 | 0.57 | 330 | 0.36 | 0.31 |
| Hex | 6D | 33 | 50 | 0 | 35 | 1B | 39 | 14A | 24 | 1F |
| Octal | 155 | 63 | 120 | 0 | 65 | 33 | 71 | 512 | 44 | 37 |
| Binary | 1101101 | 110011 | 1010000 | 0 | 110101 | 11011 | 111001 | 101001010 | 100100 | 11111 |
Color Harmonies of #6D3350
Complementary color
Monochromatic Colors of #6D3350
Black with #6D3350
Text Example
Text Example
White with #6D3350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3350; }
p { color: rgb(109,51,80); }
H1.HeaderClassName
{
color: #6D3350;
}
.AnyTagClassName
{
color: #6D3350;
}
</style>
background-color css
<style>
a { background-color: #6D3350; }
a { background-color: rgb(109,51,80); }
div.DivClassName
{
background-color: #6D3350;
}
.BgClassName
{
background-color: #6D3350;
}
</style>
border-color css
<style>
span { border-color: #6D3350; }
span { border-color: rgb(109,51,80); }
td.TdClassName
{
border-color: #6D3350;
}
.TagClassName
{
border-color: #6D3350;
}
</style>