Shades of Flirt #6B304D
Tints of Flirt #6B304D
RGB
CMYK
RGB Variations
Color information
#6B304D (or 0x6B304D) is known color: Flirt. HEX triplet: 6B, 30 and 4D. RGB value is (107,48,77). Sum of RGB (Red+Green+Blue) = 107+48+77=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 107 - color contains mainly: red. Hex color #6B304D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B304D is #94CFB2. Grayscale: #444444. Windows color (decimal): -9752499 or 5058667. OLE color: 5058667.
HSL color Cylindrical-coordinate representation of color #6B304D: hue angle of 330.51º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B304D is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 48 | 77 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.58 |
| HSL | 330.51º | 0.38% | 0.3% | - |
| HSV(B) | 330.51º | 0.55% | 0.42% | - |
| XYZ | 8.46 | 5.78 | 7.69 | - |
| YUV | 68.95 | 132.55 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 77 | 0 | 0.55 | 0.28 | 0.58 | 330.51 | 0.38 | 0.3 |
| Hex | 6B | 30 | 4D | 0 | 37 | 1C | 3A | 14B | 26 | 1E |
| Octal | 153 | 60 | 115 | 0 | 67 | 34 | 72 | 513 | 46 | 36 |
| Binary | 1101011 | 110000 | 1001101 | 0 | 110111 | 11100 | 111010 | 101001011 | 100110 | 11110 |
Color Harmonies of #6B304D
Complementary color
Monochromatic Colors of #6B304D
Black with #6B304D
Text Example
Text Example
White with #6B304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B304D; }
p { color: rgb(107,48,77); }
H1.HeaderClassName
{
color: #6B304D;
}
.AnyTagClassName
{
color: #6B304D;
}
</style>
background-color css
<style>
a { background-color: #6B304D; }
a { background-color: rgb(107,48,77); }
div.DivClassName
{
background-color: #6B304D;
}
.BgClassName
{
background-color: #6B304D;
}
</style>
border-color css
<style>
span { border-color: #6B304D; }
span { border-color: rgb(107,48,77); }
td.TdClassName
{
border-color: #6B304D;
}
.TagClassName
{
border-color: #6B304D;
}
</style>