Shades of Flirt #6F344B
Tints of Flirt #6F344B
RGB
CMYK
RGB Variations
Color information
#6F344B (or 0x6F344B) is known color: Flirt. HEX triplet: 6F, 34 and 4B. RGB value is (111,52,75). Sum of RGB (Red+Green+Blue) = 111+52+75=238 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.64% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 111 - color contains mainly: red. Hex color #6F344B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F344B is #90CBB4. Grayscale: #484848. Windows color (decimal): -9489333 or 4928623. OLE color: 4928623.
HSL color Cylindrical-coordinate representation of color #6F344B: hue angle of 336.61º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F344B is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 52 | 75 | - |
| CMYK | 0 | 0.53 | 0.32 | 0.56 |
| HSL | 336.61º | 0.36% | 0.32% | - |
| HSV(B) | 336.61º | 0.53% | 0.44% | - |
| XYZ | 9.05 | 6.34 | 7.4 | - |
| YUV | 72.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 52 | 75 | 0 | 0.53 | 0.32 | 0.56 | 336.61 | 0.36 | 0.32 |
| Hex | 6F | 34 | 4B | 0 | 35 | 20 | 38 | 151 | 24 | 20 |
| Octal | 157 | 64 | 113 | 0 | 65 | 40 | 70 | 521 | 44 | 40 |
| Binary | 1101111 | 110100 | 1001011 | 0 | 110101 | 100000 | 111000 | 101010001 | 100100 | 100000 |
Color Harmonies of #6F344B
Complementary color
Monochromatic Colors of #6F344B
Black with #6F344B
Text Example
Text Example
White with #6F344B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F344B; }
p { color: rgb(111,52,75); }
H1.HeaderClassName
{
color: #6F344B;
}
.AnyTagClassName
{
color: #6F344B;
}
</style>
background-color css
<style>
a { background-color: #6F344B; }
a { background-color: rgb(111,52,75); }
div.DivClassName
{
background-color: #6F344B;
}
.BgClassName
{
background-color: #6F344B;
}
</style>
border-color css
<style>
span { border-color: #6F344B; }
span { border-color: rgb(111,52,75); }
td.TdClassName
{
border-color: #6F344B;
}
.TagClassName
{
border-color: #6F344B;
}
</style>