Shades of Flirt #6E3051
Tints of Flirt #6E3051
RGB
CMYK
RGB Variations
Color information
#6E3051 (or 0x6E3051) is known color: Flirt. HEX triplet: 6E, 30 and 51. RGB value is (110,48,81). Sum of RGB (Red+Green+Blue) = 110+48+81=239 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.03% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3051 is #91CFAE. Grayscale: #464646. Windows color (decimal): -9555887 or 5320814. OLE color: 5320814.
HSL color Cylindrical-coordinate representation of color #6E3051: hue angle of 328.06º 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 #6E3051 is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 48 | 81 | - |
| CMYK | 0 | 0.56 | 0.26 | 0.57 |
| HSL | 328.06º | 0.39% | 0.31% | - |
| HSV(B) | 328.06º | 0.56% | 0.43% | - |
| XYZ | 8.97 | 6.02 | 8.47 | - |
| YUV | 70.3 | 134.04 | 156.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 81 | 0 | 0.56 | 0.26 | 0.57 | 328.06 | 0.39 | 0.31 |
| Hex | 6E | 30 | 51 | 0 | 38 | 1A | 39 | 148 | 27 | 1F |
| Octal | 156 | 60 | 121 | 0 | 70 | 32 | 71 | 510 | 47 | 37 |
| Binary | 1101110 | 110000 | 1010001 | 0 | 111000 | 11010 | 111001 | 101001000 | 100111 | 11111 |
Color Harmonies of #6E3051
Complementary color
Monochromatic Colors of #6E3051
Black with #6E3051
Text Example
Text Example
White with #6E3051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3051; }
p { color: rgb(110,48,81); }
H1.HeaderClassName
{
color: #6E3051;
}
.AnyTagClassName
{
color: #6E3051;
}
</style>
background-color css
<style>
a { background-color: #6E3051; }
a { background-color: rgb(110,48,81); }
div.DivClassName
{
background-color: #6E3051;
}
.BgClassName
{
background-color: #6E3051;
}
</style>
border-color css
<style>
span { border-color: #6E3051; }
span { border-color: rgb(110,48,81); }
td.TdClassName
{
border-color: #6E3051;
}
.TagClassName
{
border-color: #6E3051;
}
</style>