Shades of Flirt #6F2E48
Tints of Flirt #6F2E48
RGB
CMYK
RGB Variations
Color information
#6F2E48 (or 0x6F2E48) is known color: Flirt. HEX triplet: 6F, 2E and 48. RGB value is (111,46,72). Sum of RGB (Red+Green+Blue) = 111+46+72=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2E48 is #90D1B7. Grayscale: #444444. Windows color (decimal): -9490872 or 4730479. OLE color: 4730479.
HSL color Cylindrical-coordinate representation of color #6F2E48: hue angle of 336º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F2E48 is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 46 | 72 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.56 |
| HSL | 336º | 0.41% | 0.31% | - |
| HSV(B) | 336º | 0.59% | 0.44% | - |
| XYZ | 8.7 | 5.8 | 6.79 | - |
| YUV | 68.4 | 130.03 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 46 | 72 | 0 | 0.59 | 0.35 | 0.56 | 336 | 0.41 | 0.31 |
| Hex | 6F | 2E | 48 | 0 | 3B | 23 | 38 | 150 | 29 | 1F |
| Octal | 157 | 56 | 110 | 0 | 73 | 43 | 70 | 520 | 51 | 37 |
| Binary | 1101111 | 101110 | 1001000 | 0 | 111011 | 100011 | 111000 | 101010000 | 101001 | 11111 |
Color Harmonies of #6F2E48
Complementary color
Monochromatic Colors of #6F2E48
Black with #6F2E48
Text Example
Text Example
White with #6F2E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2E48; }
p { color: rgb(111,46,72); }
H1.HeaderClassName
{
color: #6F2E48;
}
.AnyTagClassName
{
color: #6F2E48;
}
</style>
background-color css
<style>
a { background-color: #6F2E48; }
a { background-color: rgb(111,46,72); }
div.DivClassName
{
background-color: #6F2E48;
}
.BgClassName
{
background-color: #6F2E48;
}
</style>
border-color css
<style>
span { border-color: #6F2E48; }
span { border-color: rgb(111,46,72); }
td.TdClassName
{
border-color: #6F2E48;
}
.TagClassName
{
border-color: #6F2E48;
}
</style>