Shades of Flirt #6D304B
Tints of Flirt #6D304B
RGB
CMYK
RGB Variations
Color information
#6D304B (or 0x6D304B) is known color: Flirt. HEX triplet: 6D, 30 and 4B. RGB value is (109,48,75). Sum of RGB (Red+Green+Blue) = 109+48+75=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D304B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D304B is #92CFB4. Grayscale: #454545. Windows color (decimal): -9621429 or 4927597. OLE color: 4927597.
HSL color Cylindrical-coordinate representation of color #6D304B: hue angle of 333.44º 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 #6D304B is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 75 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.57 |
| HSL | 333.44º | 0.39% | 0.31% | - |
| HSV(B) | 333.44º | 0.56% | 0.43% | - |
| XYZ | 8.63 | 5.87 | 7.34 | - |
| YUV | 69.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 75 | 0 | 0.56 | 0.31 | 0.57 | 333.44 | 0.39 | 0.31 |
| Hex | 6D | 30 | 4B | 0 | 38 | 1F | 39 | 14D | 27 | 1F |
| Octal | 155 | 60 | 113 | 0 | 70 | 37 | 71 | 515 | 47 | 37 |
| Binary | 1101101 | 110000 | 1001011 | 0 | 111000 | 11111 | 111001 | 101001101 | 100111 | 11111 |
Color Harmonies of #6D304B
Complementary color
Monochromatic Colors of #6D304B
Black with #6D304B
Text Example
Text Example
White with #6D304B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D304B; }
p { color: rgb(109,48,75); }
H1.HeaderClassName
{
color: #6D304B;
}
.AnyTagClassName
{
color: #6D304B;
}
</style>
background-color css
<style>
a { background-color: #6D304B; }
a { background-color: rgb(109,48,75); }
div.DivClassName
{
background-color: #6D304B;
}
.BgClassName
{
background-color: #6D304B;
}
</style>
border-color css
<style>
span { border-color: #6D304B; }
span { border-color: rgb(109,48,75); }
td.TdClassName
{
border-color: #6D304B;
}
.TagClassName
{
border-color: #6D304B;
}
</style>