Shades of Finn #6F4059
Tints of Finn #6F4059
RGB
CMYK
RGB Variations
Color information
#6F4059 (or 0x6F4059) is known color: Finn. HEX triplet: 6F, 40 and 59. RGB value is (111,64,89). Sum of RGB (Red+Green+Blue) = 111+64+89=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 89 (35.16% from 255 or 33.71% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4059 is #90BFA6. Grayscale: #505050. Windows color (decimal): -9486247 or 5849199. OLE color: 5849199.
HSL color Cylindrical-coordinate representation of color #6F4059: hue angle of 328.09º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4059 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 89 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.56 |
| HSL | 328.09º | 0.27% | 0.34% | - |
| HSV(B) | 328.09º | 0.42% | 0.44% | - |
| XYZ | 10.19 | 7.77 | 10.41 | - |
| YUV | 80.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 89 | 0 | 0.42 | 0.20 | 0.56 | 328.09 | 0.27 | 0.34 |
| Hex | 6F | 40 | 59 | 0 | 2A | 14 | 38 | 148 | 1B | 22 |
| Octal | 157 | 100 | 131 | 0 | 52 | 24 | 70 | 510 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1011001 | 0 | 101010 | 10100 | 111000 | 101001000 | 11011 | 100010 |
Color Harmonies of #6F4059
Complementary color
Monochromatic Colors of #6F4059
Black with #6F4059
Text Example
Text Example
White with #6F4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4059; }
p { color: rgb(111,64,89); }
H1.HeaderClassName
{
color: #6F4059;
}
.AnyTagClassName
{
color: #6F4059;
}
</style>
background-color css
<style>
a { background-color: #6F4059; }
a { background-color: rgb(111,64,89); }
div.DivClassName
{
background-color: #6F4059;
}
.BgClassName
{
background-color: #6F4059;
}
</style>
border-color css
<style>
span { border-color: #6F4059; }
span { border-color: rgb(111,64,89); }
td.TdClassName
{
border-color: #6F4059;
}
.TagClassName
{
border-color: #6F4059;
}
</style>