Shades of Flirt #6D3255
Tints of Flirt #6D3255
RGB
CMYK
RGB Variations
Color information
#6D3255 (or 0x6D3255) is known color: Flirt. HEX triplet: 6D, 32 and 55. RGB value is (109,50,85). Sum of RGB (Red+Green+Blue) = 109+50+85=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3255 is #92CDAA. Grayscale: #474747. Windows color (decimal): -9620907 or 5583469. OLE color: 5583469.
HSL color Cylindrical-coordinate representation of color #6D3255: hue angle of 324.41º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D3255 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 85 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.57 |
| HSL | 324.41º | 0.37% | 0.31% | - |
| HSV(B) | 324.41º | 0.54% | 0.43% | - |
| XYZ | 9.09 | 6.19 | 9.31 | - |
| YUV | 71.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 85 | 0 | 0.54 | 0.22 | 0.57 | 324.41 | 0.37 | 0.31 |
| Hex | 6D | 32 | 55 | 0 | 36 | 16 | 39 | 144 | 25 | 1F |
| Octal | 155 | 62 | 125 | 0 | 66 | 26 | 71 | 504 | 45 | 37 |
| Binary | 1101101 | 110010 | 1010101 | 0 | 110110 | 10110 | 111001 | 101000100 | 100101 | 11111 |
Color Harmonies of #6D3255
Complementary color
Monochromatic Colors of #6D3255
Black with #6D3255
Text Example
Text Example
White with #6D3255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3255; }
p { color: rgb(109,50,85); }
H1.HeaderClassName
{
color: #6D3255;
}
.AnyTagClassName
{
color: #6D3255;
}
</style>
background-color css
<style>
a { background-color: #6D3255; }
a { background-color: rgb(109,50,85); }
div.DivClassName
{
background-color: #6D3255;
}
.BgClassName
{
background-color: #6D3255;
}
</style>
border-color css
<style>
span { border-color: #6D3255; }
span { border-color: rgb(109,50,85); }
td.TdClassName
{
border-color: #6D3255;
}
.TagClassName
{
border-color: #6D3255;
}
</style>