Shades of Flirt #6D3055
Tints of Flirt #6D3055
RGB
CMYK
RGB Variations
Color information
#6D3055 (or 0x6D3055) is known color: Flirt. HEX triplet: 6D, 30 and 55. RGB value is (109,48,85). Sum of RGB (Red+Green+Blue) = 109+48+85=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3055 is #92CFAA. Grayscale: #464646. Windows color (decimal): -9621419 or 5582957. OLE color: 5582957.
HSL color Cylindrical-coordinate representation of color #6D3055: hue angle of 323.61º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3055 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 85 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.57 |
| HSL | 323.61º | 0.39% | 0.31% | - |
| HSV(B) | 323.61º | 0.56% | 0.43% | - |
| XYZ | 9 | 6.02 | 9.28 | - |
| YUV | 70.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 85 | 0 | 0.56 | 0.22 | 0.57 | 323.61 | 0.39 | 0.31 |
| Hex | 6D | 30 | 55 | 0 | 38 | 16 | 39 | 144 | 27 | 1F |
| Octal | 155 | 60 | 125 | 0 | 70 | 26 | 71 | 504 | 47 | 37 |
| Binary | 1101101 | 110000 | 1010101 | 0 | 111000 | 10110 | 111001 | 101000100 | 100111 | 11111 |
Color Harmonies of #6D3055
Complementary color
Monochromatic Colors of #6D3055
Black with #6D3055
Text Example
Text Example
White with #6D3055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3055; }
p { color: rgb(109,48,85); }
H1.HeaderClassName
{
color: #6D3055;
}
.AnyTagClassName
{
color: #6D3055;
}
</style>
background-color css
<style>
a { background-color: #6D3055; }
a { background-color: rgb(109,48,85); }
div.DivClassName
{
background-color: #6D3055;
}
.BgClassName
{
background-color: #6D3055;
}
</style>
border-color css
<style>
span { border-color: #6D3055; }
span { border-color: rgb(109,48,85); }
td.TdClassName
{
border-color: #6D3055;
}
.TagClassName
{
border-color: #6D3055;
}
</style>