Shades of Flirt #6F2C53
Tints of Flirt #6F2C53
RGB
CMYK
RGB Variations
Color information
#6F2C53 (or 0x6F2C53) is known color: Flirt. HEX triplet: 6F, 2C and 53. RGB value is (111,44,83). Sum of RGB (Red+Green+Blue) = 111+44+83=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2C53 is #90D3AC. Grayscale: #444444. Windows color (decimal): -9491373 or 5450863. OLE color: 5450863.
HSL color Cylindrical-coordinate representation of color #6F2C53: hue angle of 325.07º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2C53 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 44 | 83 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.56 |
| HSL | 325.07º | 0.43% | 0.3% | - |
| HSV(B) | 325.07º | 0.6% | 0.44% | - |
| XYZ | 9.02 | 5.81 | 8.83 | - |
| YUV | 68.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 44 | 83 | 0 | 0.60 | 0.25 | 0.56 | 325.07 | 0.43 | 0.3 |
| Hex | 6F | 2C | 53 | 0 | 3C | 19 | 38 | 145 | 2B | 1E |
| Octal | 157 | 54 | 123 | 0 | 74 | 31 | 70 | 505 | 53 | 36 |
| Binary | 1101111 | 101100 | 1010011 | 0 | 111100 | 11001 | 111000 | 101000101 | 101011 | 11110 |
Color Harmonies of #6F2C53
Complementary color
Monochromatic Colors of #6F2C53
Black with #6F2C53
Text Example
Text Example
White with #6F2C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2C53; }
p { color: rgb(111,44,83); }
H1.HeaderClassName
{
color: #6F2C53;
}
.AnyTagClassName
{
color: #6F2C53;
}
</style>
background-color css
<style>
a { background-color: #6F2C53; }
a { background-color: rgb(111,44,83); }
div.DivClassName
{
background-color: #6F2C53;
}
.BgClassName
{
background-color: #6F2C53;
}
</style>
border-color css
<style>
span { border-color: #6F2C53; }
span { border-color: rgb(111,44,83); }
td.TdClassName
{
border-color: #6F2C53;
}
.TagClassName
{
border-color: #6F2C53;
}
</style>