Shades of Finn #6F4159
Tints of Finn #6F4159
RGB
CMYK
RGB Variations
Color information
#6F4159 (or 0x6F4159) is known color: Finn. HEX triplet: 6F, 41 and 59. RGB value is (111,65,89). Sum of RGB (Red+Green+Blue) = 111+65+89=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4159 is #90BEA6. Grayscale: #515151. Windows color (decimal): -9485991 or 5849455. OLE color: 5849455.
HSL color Cylindrical-coordinate representation of color #6F4159: hue angle of 328.7º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4159 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 89 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.56 |
| HSL | 328.7º | 0.26% | 0.35% | - |
| HSV(B) | 328.7º | 0.41% | 0.44% | - |
| XYZ | 10.25 | 7.88 | 10.43 | - |
| YUV | 81.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 89 | 0 | 0.41 | 0.20 | 0.56 | 328.7 | 0.26 | 0.35 |
| Hex | 6F | 41 | 59 | 0 | 29 | 14 | 38 | 149 | 1A | 23 |
| Octal | 157 | 101 | 131 | 0 | 51 | 24 | 70 | 511 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1011001 | 0 | 101001 | 10100 | 111000 | 101001001 | 11010 | 100011 |
Color Harmonies of #6F4159
Complementary color
Monochromatic Colors of #6F4159
Black with #6F4159
Text Example
Text Example
White with #6F4159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4159; }
p { color: rgb(111,65,89); }
H1.HeaderClassName
{
color: #6F4159;
}
.AnyTagClassName
{
color: #6F4159;
}
</style>
background-color css
<style>
a { background-color: #6F4159; }
a { background-color: rgb(111,65,89); }
div.DivClassName
{
background-color: #6F4159;
}
.BgClassName
{
background-color: #6F4159;
}
</style>
border-color css
<style>
span { border-color: #6F4159; }
span { border-color: rgb(111,65,89); }
td.TdClassName
{
border-color: #6F4159;
}
.TagClassName
{
border-color: #6F4159;
}
</style>