Shades of Flirt #6E3057
Tints of Flirt #6E3057
RGB
CMYK
RGB Variations
Color information
#6E3057 (or 0x6E3057) is known color: Flirt. HEX triplet: 6E, 30 and 57. RGB value is (110,48,87). Sum of RGB (Red+Green+Blue) = 110+48+87=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3057 is #91CFA8. Grayscale: #464646. Windows color (decimal): -9555881 or 5714030. OLE color: 5714030.
HSL color Cylindrical-coordinate representation of color #6E3057: hue angle of 322.26º 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 #6E3057 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 48 | 87 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.57 |
| HSL | 322.26º | 0.39% | 0.31% | - |
| HSV(B) | 322.26º | 0.56% | 0.43% | - |
| XYZ | 9.21 | 6.12 | 9.71 | - |
| YUV | 70.98 | 137.04 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 87 | 0 | 0.56 | 0.21 | 0.57 | 322.26 | 0.39 | 0.31 |
| Hex | 6E | 30 | 57 | 0 | 38 | 15 | 39 | 142 | 27 | 1F |
| Octal | 156 | 60 | 127 | 0 | 70 | 25 | 71 | 502 | 47 | 37 |
| Binary | 1101110 | 110000 | 1010111 | 0 | 111000 | 10101 | 111001 | 101000010 | 100111 | 11111 |
Color Harmonies of #6E3057
Complementary color
Monochromatic Colors of #6E3057
Black with #6E3057
Text Example
Text Example
White with #6E3057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3057; }
p { color: rgb(110,48,87); }
H1.HeaderClassName
{
color: #6E3057;
}
.AnyTagClassName
{
color: #6E3057;
}
</style>
background-color css
<style>
a { background-color: #6E3057; }
a { background-color: rgb(110,48,87); }
div.DivClassName
{
background-color: #6E3057;
}
.BgClassName
{
background-color: #6E3057;
}
</style>
border-color css
<style>
span { border-color: #6E3057; }
span { border-color: rgb(110,48,87); }
td.TdClassName
{
border-color: #6E3057;
}
.TagClassName
{
border-color: #6E3057;
}
</style>