Shades of Flirt #6C324D
Tints of Flirt #6C324D
RGB
CMYK
RGB Variations
Color information
#6C324D (or 0x6C324D) is known color: Flirt. HEX triplet: 6C, 32 and 4D. RGB value is (108,50,77). Sum of RGB (Red+Green+Blue) = 108+50+77=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C324D is #93CDB2. Grayscale: #464646. Windows color (decimal): -9686451 or 5059180. OLE color: 5059180.
HSL color Cylindrical-coordinate representation of color #6C324D: hue angle of 332.07º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C324D is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 50 | 77 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.58 |
| HSL | 332.07º | 0.37% | 0.31% | - |
| HSV(B) | 332.07º | 0.54% | 0.42% | - |
| XYZ | 8.66 | 6.01 | 7.72 | - |
| YUV | 70.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 50 | 77 | 0 | 0.54 | 0.29 | 0.58 | 332.07 | 0.37 | 0.31 |
| Hex | 6C | 32 | 4D | 0 | 36 | 1D | 3A | 14C | 25 | 1F |
| Octal | 154 | 62 | 115 | 0 | 66 | 35 | 72 | 514 | 45 | 37 |
| Binary | 1101100 | 110010 | 1001101 | 0 | 110110 | 11101 | 111010 | 101001100 | 100101 | 11111 |
Color Harmonies of #6C324D
Complementary color
Monochromatic Colors of #6C324D
Black with #6C324D
Text Example
Text Example
White with #6C324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C324D; }
p { color: rgb(108,50,77); }
H1.HeaderClassName
{
color: #6C324D;
}
.AnyTagClassName
{
color: #6C324D;
}
</style>
background-color css
<style>
a { background-color: #6C324D; }
a { background-color: rgb(108,50,77); }
div.DivClassName
{
background-color: #6C324D;
}
.BgClassName
{
background-color: #6C324D;
}
</style>
border-color css
<style>
span { border-color: #6C324D; }
span { border-color: rgb(108,50,77); }
td.TdClassName
{
border-color: #6C324D;
}
.TagClassName
{
border-color: #6C324D;
}
</style>