Shades of Flirt #6E3357
Tints of Flirt #6E3357
RGB
CMYK
RGB Variations
Color information
#6E3357 (or 0x6E3357) is known color: Flirt. HEX triplet: 6E, 33 and 57. RGB value is (110,51,87). Sum of RGB (Red+Green+Blue) = 110+51+87=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3357 is #91CCA8. Grayscale: #484848. Windows color (decimal): -9555113 or 5714798. OLE color: 5714798.
HSL color Cylindrical-coordinate representation of color #6E3357: hue angle of 323.39º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E3357 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 51 | 87 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.57 |
| HSL | 323.39º | 0.37% | 0.32% | - |
| HSV(B) | 323.39º | 0.54% | 0.43% | - |
| XYZ | 9.33 | 6.37 | 9.75 | - |
| YUV | 72.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 51 | 87 | 0 | 0.54 | 0.21 | 0.57 | 323.39 | 0.37 | 0.32 |
| Hex | 6E | 33 | 57 | 0 | 36 | 15 | 39 | 143 | 25 | 20 |
| Octal | 156 | 63 | 127 | 0 | 66 | 25 | 71 | 503 | 45 | 40 |
| Binary | 1101110 | 110011 | 1010111 | 0 | 110110 | 10101 | 111001 | 101000011 | 100101 | 100000 |
Color Harmonies of #6E3357
Complementary color
Monochromatic Colors of #6E3357
Black with #6E3357
Text Example
Text Example
White with #6E3357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3357; }
p { color: rgb(110,51,87); }
H1.HeaderClassName
{
color: #6E3357;
}
.AnyTagClassName
{
color: #6E3357;
}
</style>
background-color css
<style>
a { background-color: #6E3357; }
a { background-color: rgb(110,51,87); }
div.DivClassName
{
background-color: #6E3357;
}
.BgClassName
{
background-color: #6E3357;
}
</style>
border-color css
<style>
span { border-color: #6E3357; }
span { border-color: rgb(110,51,87); }
td.TdClassName
{
border-color: #6E3357;
}
.TagClassName
{
border-color: #6E3357;
}
</style>