Shades of Flirt #6C304D
Tints of Flirt #6C304D
RGB
CMYK
RGB Variations
Color information
#6C304D (or 0x6C304D) is known color: Flirt. HEX triplet: 6C, 30 and 4D. RGB value is (108,48,77). Sum of RGB (Red+Green+Blue) = 108+48+77=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C304D is #93CFB2. Grayscale: #454545. Windows color (decimal): -9686963 or 5058668. OLE color: 5058668.
HSL color Cylindrical-coordinate representation of color #6C304D: hue angle of 331º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C304D is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 77 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.58 |
| HSL | 331º | 0.38% | 0.31% | - |
| HSV(B) | 331º | 0.56% | 0.42% | - |
| XYZ | 8.58 | 5.84 | 7.7 | - |
| YUV | 69.25 | 132.38 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 77 | 0 | 0.56 | 0.29 | 0.58 | 331 | 0.38 | 0.31 |
| Hex | 6C | 30 | 4D | 0 | 38 | 1D | 3A | 14B | 26 | 1F |
| Octal | 154 | 60 | 115 | 0 | 70 | 35 | 72 | 513 | 46 | 37 |
| Binary | 1101100 | 110000 | 1001101 | 0 | 111000 | 11101 | 111010 | 101001011 | 100110 | 11111 |
Color Harmonies of #6C304D
Complementary color
Monochromatic Colors of #6C304D
Black with #6C304D
Text Example
Text Example
White with #6C304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C304D; }
p { color: rgb(108,48,77); }
H1.HeaderClassName
{
color: #6C304D;
}
.AnyTagClassName
{
color: #6C304D;
}
</style>
background-color css
<style>
a { background-color: #6C304D; }
a { background-color: rgb(108,48,77); }
div.DivClassName
{
background-color: #6C304D;
}
.BgClassName
{
background-color: #6C304D;
}
</style>
border-color css
<style>
span { border-color: #6C304D; }
span { border-color: rgb(108,48,77); }
td.TdClassName
{
border-color: #6C304D;
}
.TagClassName
{
border-color: #6C304D;
}
</style>