Shades of Flirt #6C2F49
Tints of Flirt #6C2F49
RGB
CMYK
RGB Variations
Color information
#6C2F49 (or 0x6C2F49) is known color: Flirt. HEX triplet: 6C, 2F and 49. RGB value is (108,47,73). Sum of RGB (Red+Green+Blue) = 108+47+73=228 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.37% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 73 (28.91% from 255 or 32.02% from 228); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2F49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2F49 is #93D0B6. Grayscale: #444444. Windows color (decimal): -9687223 or 4796268. OLE color: 4796268.
HSL color Cylindrical-coordinate representation of color #6C2F49: hue angle of 334.43º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C2F49 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 47 | 73 | - |
| CMYK | 0 | 0.56 | 0.32 | 0.58 |
| HSL | 334.43º | 0.39% | 0.3% | - |
| HSV(B) | 334.43º | 0.56% | 0.42% | - |
| XYZ | 8.4 | 5.7 | 6.96 | - |
| YUV | 68.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 47 | 73 | 0 | 0.56 | 0.32 | 0.58 | 334.43 | 0.39 | 0.3 |
| Hex | 6C | 2F | 49 | 0 | 38 | 20 | 3A | 14E | 27 | 1E |
| Octal | 154 | 57 | 111 | 0 | 70 | 40 | 72 | 516 | 47 | 36 |
| Binary | 1101100 | 101111 | 1001001 | 0 | 111000 | 100000 | 111010 | 101001110 | 100111 | 11110 |
Color Harmonies of #6C2F49
Complementary color
Monochromatic Colors of #6C2F49
Black with #6C2F49
Text Example
Text Example
White with #6C2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2F49; }
p { color: rgb(108,47,73); }
H1.HeaderClassName
{
color: #6C2F49;
}
.AnyTagClassName
{
color: #6C2F49;
}
</style>
background-color css
<style>
a { background-color: #6C2F49; }
a { background-color: rgb(108,47,73); }
div.DivClassName
{
background-color: #6C2F49;
}
.BgClassName
{
background-color: #6C2F49;
}
</style>
border-color css
<style>
span { border-color: #6C2F49; }
span { border-color: rgb(108,47,73); }
td.TdClassName
{
border-color: #6C2F49;
}
.TagClassName
{
border-color: #6C2F49;
}
</style>