Shades of Flirt #6F2D4B
Tints of Flirt #6F2D4B
RGB
CMYK
RGB Variations
Color information
#6F2D4B (or 0x6F2D4B) is known color: Flirt. HEX triplet: 6F, 2D and 4B. RGB value is (111,45,75). Sum of RGB (Red+Green+Blue) = 111+45+75=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2D4B is #90D2B4. Grayscale: #444444. Windows color (decimal): -9491125 or 4926831. OLE color: 4926831.
HSL color Cylindrical-coordinate representation of color #6F2D4B: hue angle of 332.73º degrees, saturation: 0.42, 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 #6F2D4B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 45 | 75 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.56 |
| HSL | 332.73º | 0.42% | 0.31% | - |
| HSV(B) | 332.73º | 0.59% | 0.44% | - |
| XYZ | 8.76 | 5.76 | 7.31 | - |
| YUV | 68.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 45 | 75 | 0 | 0.59 | 0.32 | 0.56 | 332.73 | 0.42 | 0.31 |
| Hex | 6F | 2D | 4B | 0 | 3B | 20 | 38 | 14D | 2A | 1F |
| Octal | 157 | 55 | 113 | 0 | 73 | 40 | 70 | 515 | 52 | 37 |
| Binary | 1101111 | 101101 | 1001011 | 0 | 111011 | 100000 | 111000 | 101001101 | 101010 | 11111 |
Color Harmonies of #6F2D4B
Complementary color
Monochromatic Colors of #6F2D4B
Black with #6F2D4B
Text Example
Text Example
White with #6F2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2D4B; }
p { color: rgb(111,45,75); }
H1.HeaderClassName
{
color: #6F2D4B;
}
.AnyTagClassName
{
color: #6F2D4B;
}
</style>
background-color css
<style>
a { background-color: #6F2D4B; }
a { background-color: rgb(111,45,75); }
div.DivClassName
{
background-color: #6F2D4B;
}
.BgClassName
{
background-color: #6F2D4B;
}
</style>
border-color css
<style>
span { border-color: #6F2D4B; }
span { border-color: rgb(111,45,75); }
td.TdClassName
{
border-color: #6F2D4B;
}
.TagClassName
{
border-color: #6F2D4B;
}
</style>