Shades of Flirt #6D3155
Tints of Flirt #6D3155
RGB
CMYK
RGB Variations
Color information
#6D3155 (or 0x6D3155) is known color: Flirt. HEX triplet: 6D, 31 and 55. RGB value is (109,49,85). Sum of RGB (Red+Green+Blue) = 109+49+85=243 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.86% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3155 is #92CEAA. Grayscale: #464646. Windows color (decimal): -9621163 or 5583213. OLE color: 5583213.
HSL color Cylindrical-coordinate representation of color #6D3155: hue angle of 324º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D3155 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 85 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.57 |
| HSL | 324º | 0.38% | 0.31% | - |
| HSV(B) | 324º | 0.55% | 0.43% | - |
| XYZ | 9.04 | 6.1 | 9.3 | - |
| YUV | 71.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 85 | 0 | 0.55 | 0.22 | 0.57 | 324 | 0.38 | 0.31 |
| Hex | 6D | 31 | 55 | 0 | 37 | 16 | 39 | 144 | 26 | 1F |
| Octal | 155 | 61 | 125 | 0 | 67 | 26 | 71 | 504 | 46 | 37 |
| Binary | 1101101 | 110001 | 1010101 | 0 | 110111 | 10110 | 111001 | 101000100 | 100110 | 11111 |
Color Harmonies of #6D3155
Complementary color
Monochromatic Colors of #6D3155
Black with #6D3155
Text Example
Text Example
White with #6D3155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3155; }
p { color: rgb(109,49,85); }
H1.HeaderClassName
{
color: #6D3155;
}
.AnyTagClassName
{
color: #6D3155;
}
</style>
background-color css
<style>
a { background-color: #6D3155; }
a { background-color: rgb(109,49,85); }
div.DivClassName
{
background-color: #6D3155;
}
.BgClassName
{
background-color: #6D3155;
}
</style>
border-color css
<style>
span { border-color: #6D3155; }
span { border-color: rgb(109,49,85); }
td.TdClassName
{
border-color: #6D3155;
}
.TagClassName
{
border-color: #6D3155;
}
</style>