Shades of Flirt #6E2D4C
Tints of Flirt #6E2D4C
RGB
CMYK
RGB Variations
Color information
#6E2D4C (or 0x6E2D4C) is known color: Flirt. HEX triplet: 6E, 2D and 4C. RGB value is (110,45,76). Sum of RGB (Red+Green+Blue) = 110+45+76=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 76 (30.08% from 255 or 32.90% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2D4C is #91D2B3. Grayscale: #434343. Windows color (decimal): -9556660 or 4992366. OLE color: 4992366.
HSL color Cylindrical-coordinate representation of color #6E2D4C: hue angle of 331.38º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E2D4C is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 45 | 76 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.57 |
| HSL | 331.38º | 0.42% | 0.3% | - |
| HSV(B) | 331.38º | 0.59% | 0.43% | - |
| XYZ | 8.67 | 5.71 | 7.48 | - |
| YUV | 67.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 45 | 76 | 0 | 0.59 | 0.31 | 0.57 | 331.38 | 0.42 | 0.3 |
| Hex | 6E | 2D | 4C | 0 | 3B | 1F | 39 | 14B | 2A | 1E |
| Octal | 156 | 55 | 114 | 0 | 73 | 37 | 71 | 513 | 52 | 36 |
| Binary | 1101110 | 101101 | 1001100 | 0 | 111011 | 11111 | 111001 | 101001011 | 101010 | 11110 |
Color Harmonies of #6E2D4C
Complementary color
Monochromatic Colors of #6E2D4C
Black with #6E2D4C
Text Example
Text Example
White with #6E2D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2D4C; }
p { color: rgb(110,45,76); }
H1.HeaderClassName
{
color: #6E2D4C;
}
.AnyTagClassName
{
color: #6E2D4C;
}
</style>
background-color css
<style>
a { background-color: #6E2D4C; }
a { background-color: rgb(110,45,76); }
div.DivClassName
{
background-color: #6E2D4C;
}
.BgClassName
{
background-color: #6E2D4C;
}
</style>
border-color css
<style>
span { border-color: #6E2D4C; }
span { border-color: rgb(110,45,76); }
td.TdClassName
{
border-color: #6E2D4C;
}
.TagClassName
{
border-color: #6E2D4C;
}
</style>