Shades of Flirt #6E2F4B
Tints of Flirt #6E2F4B
RGB
CMYK
RGB Variations
Color information
#6E2F4B (or 0x6E2F4B) is known color: Flirt. HEX triplet: 6E, 2F and 4B. RGB value is (110,47,75). Sum of RGB (Red+Green+Blue) = 110+47+75=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2F4B is #91D0B4. Grayscale: #444444. Windows color (decimal): -9556149 or 4927342. OLE color: 4927342.
HSL color Cylindrical-coordinate representation of color #6E2F4B: hue angle of 333.33º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E2F4B is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 47 | 75 | - |
| CMYK | 0 | 0.57 | 0.32 | 0.57 |
| HSL | 333.33º | 0.4% | 0.31% | - |
| HSV(B) | 333.33º | 0.57% | 0.43% | - |
| XYZ | 8.72 | 5.86 | 7.33 | - |
| YUV | 69.03 | 131.37 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 47 | 75 | 0 | 0.57 | 0.32 | 0.57 | 333.33 | 0.4 | 0.31 |
| Hex | 6E | 2F | 4B | 0 | 39 | 20 | 39 | 14D | 28 | 1F |
| Octal | 156 | 57 | 113 | 0 | 71 | 40 | 71 | 515 | 50 | 37 |
| Binary | 1101110 | 101111 | 1001011 | 0 | 111001 | 100000 | 111001 | 101001101 | 101000 | 11111 |
Color Harmonies of #6E2F4B
Complementary color
Monochromatic Colors of #6E2F4B
Black with #6E2F4B
Text Example
Text Example
White with #6E2F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2F4B; }
p { color: rgb(110,47,75); }
H1.HeaderClassName
{
color: #6E2F4B;
}
.AnyTagClassName
{
color: #6E2F4B;
}
</style>
background-color css
<style>
a { background-color: #6E2F4B; }
a { background-color: rgb(110,47,75); }
div.DivClassName
{
background-color: #6E2F4B;
}
.BgClassName
{
background-color: #6E2F4B;
}
</style>
border-color css
<style>
span { border-color: #6E2F4B; }
span { border-color: rgb(110,47,75); }
td.TdClassName
{
border-color: #6E2F4B;
}
.TagClassName
{
border-color: #6E2F4B;
}
</style>