Shades of Finn #6F4259
Tints of Finn #6F4259
RGB
CMYK
RGB Variations
Color information
#6F4259 (or 0x6F4259) is known color: Finn. HEX triplet: 6F, 42 and 59. RGB value is (111,66,89). Sum of RGB (Red+Green+Blue) = 111+66+89=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 89 (35.16% from 255 or 33.46% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4259 is #90BDA6. Grayscale: #525252. Windows color (decimal): -9485735 or 5849711. OLE color: 5849711.
HSL color Cylindrical-coordinate representation of color #6F4259: hue angle of 329.33º degrees, saturation: 0.25, 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 #6F4259 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 66 | 89 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.56 |
| HSL | 329.33º | 0.25% | 0.35% | - |
| HSV(B) | 329.33º | 0.41% | 0.44% | - |
| XYZ | 10.31 | 8 | 10.45 | - |
| YUV | 82.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 66 | 89 | 0 | 0.41 | 0.20 | 0.56 | 329.33 | 0.25 | 0.35 |
| Hex | 6F | 42 | 59 | 0 | 29 | 14 | 38 | 149 | 19 | 23 |
| Octal | 157 | 102 | 131 | 0 | 51 | 24 | 70 | 511 | 31 | 43 |
| Binary | 1101111 | 1000010 | 1011001 | 0 | 101001 | 10100 | 111000 | 101001001 | 11001 | 100011 |
Color Harmonies of #6F4259
Complementary color
Monochromatic Colors of #6F4259
Black with #6F4259
Text Example
Text Example
White with #6F4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4259; }
p { color: rgb(111,66,89); }
H1.HeaderClassName
{
color: #6F4259;
}
.AnyTagClassName
{
color: #6F4259;
}
</style>
background-color css
<style>
a { background-color: #6F4259; }
a { background-color: rgb(111,66,89); }
div.DivClassName
{
background-color: #6F4259;
}
.BgClassName
{
background-color: #6F4259;
}
</style>
border-color css
<style>
span { border-color: #6F4259; }
span { border-color: rgb(111,66,89); }
td.TdClassName
{
border-color: #6F4259;
}
.TagClassName
{
border-color: #6F4259;
}
</style>