Shades of Flirt #6D3257
Tints of Flirt #6D3257
RGB
CMYK
RGB Variations
Color information
#6D3257 (or 0x6D3257) is known color: Flirt. HEX triplet: 6D, 32 and 57. RGB value is (109,50,87). Sum of RGB (Red+Green+Blue) = 109+50+87=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 87 (34.38% from 255 or 35.37% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3257 is #92CDA8. Grayscale: #474747. Windows color (decimal): -9620905 or 5714541. OLE color: 5714541.
HSL color Cylindrical-coordinate representation of color #6D3257: hue angle of 322.37º 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 #6D3257 is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 50 | 87 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.57 |
| HSL | 322.37º | 0.37% | 0.31% | - |
| HSV(B) | 322.37º | 0.54% | 0.43% | - |
| XYZ | 9.17 | 6.22 | 9.73 | - |
| YUV | 71.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 50 | 87 | 0 | 0.54 | 0.20 | 0.57 | 322.37 | 0.37 | 0.31 |
| Hex | 6D | 32 | 57 | 0 | 36 | 14 | 39 | 142 | 25 | 1F |
| Octal | 155 | 62 | 127 | 0 | 66 | 24 | 71 | 502 | 45 | 37 |
| Binary | 1101101 | 110010 | 1010111 | 0 | 110110 | 10100 | 111001 | 101000010 | 100101 | 11111 |
Color Harmonies of #6D3257
Complementary color
Monochromatic Colors of #6D3257
Black with #6D3257
Text Example
Text Example
White with #6D3257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3257; }
p { color: rgb(109,50,87); }
H1.HeaderClassName
{
color: #6D3257;
}
.AnyTagClassName
{
color: #6D3257;
}
</style>
background-color css
<style>
a { background-color: #6D3257; }
a { background-color: rgb(109,50,87); }
div.DivClassName
{
background-color: #6D3257;
}
.BgClassName
{
background-color: #6D3257;
}
</style>
border-color css
<style>
span { border-color: #6D3257; }
span { border-color: rgb(109,50,87); }
td.TdClassName
{
border-color: #6D3257;
}
.TagClassName
{
border-color: #6D3257;
}
</style>