Shades of Flirt #6F304A
Tints of Flirt #6F304A
RGB
CMYK
RGB Variations
Color information
#6F304A (or 0x6F304A) is known color: Flirt. HEX triplet: 6F, 30 and 4A. RGB value is (111,48,74). Sum of RGB (Red+Green+Blue) = 111+48+74=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F304A is #90CFB5. Grayscale: #454545. Windows color (decimal): -9490358 or 4862063. OLE color: 4862063.
HSL color Cylindrical-coordinate representation of color #6F304A: hue angle of 335.24º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F304A is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 48 | 74 | - |
| CMYK | 0 | 0.57 | 0.33 | 0.56 |
| HSL | 335.24º | 0.4% | 0.31% | - |
| HSV(B) | 335.24º | 0.57% | 0.44% | - |
| XYZ | 8.85 | 5.99 | 7.17 | - |
| YUV | 69.8 | 130.37 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 48 | 74 | 0 | 0.57 | 0.33 | 0.56 | 335.24 | 0.4 | 0.31 |
| Hex | 6F | 30 | 4A | 0 | 39 | 21 | 38 | 14F | 28 | 1F |
| Octal | 157 | 60 | 112 | 0 | 71 | 41 | 70 | 517 | 50 | 37 |
| Binary | 1101111 | 110000 | 1001010 | 0 | 111001 | 100001 | 111000 | 101001111 | 101000 | 11111 |
Color Harmonies of #6F304A
Complementary color
Monochromatic Colors of #6F304A
Black with #6F304A
Text Example
Text Example
White with #6F304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F304A; }
p { color: rgb(111,48,74); }
H1.HeaderClassName
{
color: #6F304A;
}
.AnyTagClassName
{
color: #6F304A;
}
</style>
background-color css
<style>
a { background-color: #6F304A; }
a { background-color: rgb(111,48,74); }
div.DivClassName
{
background-color: #6F304A;
}
.BgClassName
{
background-color: #6F304A;
}
</style>
border-color css
<style>
span { border-color: #6F304A; }
span { border-color: rgb(111,48,74); }
td.TdClassName
{
border-color: #6F304A;
}
.TagClassName
{
border-color: #6F304A;
}
</style>