Shades of Flirt #6B324D
Tints of Flirt #6B324D
RGB
CMYK
RGB Variations
Color information
#6B324D (or 0x6B324D) is known color: Flirt. HEX triplet: 6B, 32 and 4D. RGB value is (107,50,77). Sum of RGB (Red+Green+Blue) = 107+50+77=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B324D is #94CDB2. Grayscale: #464646. Windows color (decimal): -9751987 or 5059179. OLE color: 5059179.
HSL color Cylindrical-coordinate representation of color #6B324D: hue angle of 331.58º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B324D is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 50 | 77 | - |
| CMYK | 0 | 0.53 | 0.28 | 0.58 |
| HSL | 331.58º | 0.36% | 0.31% | - |
| HSV(B) | 331.58º | 0.53% | 0.42% | - |
| XYZ | 8.54 | 5.94 | 7.72 | - |
| YUV | 70.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 50 | 77 | 0 | 0.53 | 0.28 | 0.58 | 331.58 | 0.36 | 0.31 |
| Hex | 6B | 32 | 4D | 0 | 35 | 1C | 3A | 14C | 24 | 1F |
| Octal | 153 | 62 | 115 | 0 | 65 | 34 | 72 | 514 | 44 | 37 |
| Binary | 1101011 | 110010 | 1001101 | 0 | 110101 | 11100 | 111010 | 101001100 | 100100 | 11111 |
Color Harmonies of #6B324D
Complementary color
Monochromatic Colors of #6B324D
Black with #6B324D
Text Example
Text Example
White with #6B324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B324D; }
p { color: rgb(107,50,77); }
H1.HeaderClassName
{
color: #6B324D;
}
.AnyTagClassName
{
color: #6B324D;
}
</style>
background-color css
<style>
a { background-color: #6B324D; }
a { background-color: rgb(107,50,77); }
div.DivClassName
{
background-color: #6B324D;
}
.BgClassName
{
background-color: #6B324D;
}
</style>
border-color css
<style>
span { border-color: #6B324D; }
span { border-color: rgb(107,50,77); }
td.TdClassName
{
border-color: #6B324D;
}
.TagClassName
{
border-color: #6B324D;
}
</style>