Shades of Flirt #6D304C
Tints of Flirt #6D304C
RGB
CMYK
RGB Variations
Color information
#6D304C (or 0x6D304C) is known color: Flirt. HEX triplet: 6D, 30 and 4C. RGB value is (109,48,76). Sum of RGB (Red+Green+Blue) = 109+48+76=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D304C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D304C is #92CFB3. Grayscale: #454545. Windows color (decimal): -9621428 or 4993133. OLE color: 4993133.
HSL color Cylindrical-coordinate representation of color #6D304C: hue angle of 332.46º 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 #6D304C is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 76 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.57 |
| HSL | 332.46º | 0.39% | 0.31% | - |
| HSV(B) | 332.46º | 0.56% | 0.43% | - |
| XYZ | 8.67 | 5.89 | 7.52 | - |
| YUV | 69.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 76 | 0 | 0.56 | 0.30 | 0.57 | 332.46 | 0.39 | 0.31 |
| Hex | 6D | 30 | 4C | 0 | 38 | 1E | 39 | 14C | 27 | 1F |
| Octal | 155 | 60 | 114 | 0 | 70 | 36 | 71 | 514 | 47 | 37 |
| Binary | 1101101 | 110000 | 1001100 | 0 | 111000 | 11110 | 111001 | 101001100 | 100111 | 11111 |
Color Harmonies of #6D304C
Complementary color
Monochromatic Colors of #6D304C
Black with #6D304C
Text Example
Text Example
White with #6D304C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D304C; }
p { color: rgb(109,48,76); }
H1.HeaderClassName
{
color: #6D304C;
}
.AnyTagClassName
{
color: #6D304C;
}
</style>
background-color css
<style>
a { background-color: #6D304C; }
a { background-color: rgb(109,48,76); }
div.DivClassName
{
background-color: #6D304C;
}
.BgClassName
{
background-color: #6D304C;
}
</style>
border-color css
<style>
span { border-color: #6D304C; }
span { border-color: rgb(109,48,76); }
td.TdClassName
{
border-color: #6D304C;
}
.TagClassName
{
border-color: #6D304C;
}
</style>