Shades of Flirt #6C2D4E
Tints of Flirt #6C2D4E
RGB
CMYK
RGB Variations
Color information
#6C2D4E (or 0x6C2D4E) is known color: Flirt. HEX triplet: 6C, 2D and 4E. RGB value is (108,45,78). Sum of RGB (Red+Green+Blue) = 108+45+78=231 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.75% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2D4E is #93D2B1. Grayscale: #434343. Windows color (decimal): -9687730 or 5123436. OLE color: 5123436.
HSL color Cylindrical-coordinate representation of color #6C2D4E: hue angle of 328.57º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C2D4E is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 45 | 78 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.58 |
| HSL | 328.57º | 0.41% | 0.3% | - |
| HSV(B) | 328.57º | 0.58% | 0.42% | - |
| XYZ | 8.5 | 5.61 | 7.84 | - |
| YUV | 67.6 | 133.87 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 78 | 0 | 0.58 | 0.28 | 0.58 | 328.57 | 0.41 | 0.3 |
| Hex | 6C | 2D | 4E | 0 | 3A | 1C | 3A | 149 | 29 | 1E |
| Octal | 154 | 55 | 116 | 0 | 72 | 34 | 72 | 511 | 51 | 36 |
| Binary | 1101100 | 101101 | 1001110 | 0 | 111010 | 11100 | 111010 | 101001001 | 101001 | 11110 |
Color Harmonies of #6C2D4E
Complementary color
Monochromatic Colors of #6C2D4E
Black with #6C2D4E
Text Example
Text Example
White with #6C2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D4E; }
p { color: rgb(108,45,78); }
H1.HeaderClassName
{
color: #6C2D4E;
}
.AnyTagClassName
{
color: #6C2D4E;
}
</style>
background-color css
<style>
a { background-color: #6C2D4E; }
a { background-color: rgb(108,45,78); }
div.DivClassName
{
background-color: #6C2D4E;
}
.BgClassName
{
background-color: #6C2D4E;
}
</style>
border-color css
<style>
span { border-color: #6C2D4E; }
span { border-color: rgb(108,45,78); }
td.TdClassName
{
border-color: #6C2D4E;
}
.TagClassName
{
border-color: #6C2D4E;
}
</style>