Shades of Finn #6F3F59
Tints of Finn #6F3F59
RGB
CMYK
RGB Variations
Color information
#6F3F59 (or 0x6F3F59) is known color: Finn. HEX triplet: 6F, 3F and 59. RGB value is (111,63,89). Sum of RGB (Red+Green+Blue) = 111+63+89=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3F59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3F59 is #90C0A6. Grayscale: #505050. Windows color (decimal): -9486503 or 5848943. OLE color: 5848943.
HSL color Cylindrical-coordinate representation of color #6F3F59: hue angle of 327.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F3F59 is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 63 | 89 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.56 |
| HSL | 327.5º | 0.28% | 0.34% | - |
| HSV(B) | 327.5º | 0.43% | 0.44% | - |
| XYZ | 10.14 | 7.66 | 10.39 | - |
| YUV | 80.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 63 | 89 | 0 | 0.43 | 0.20 | 0.56 | 327.5 | 0.28 | 0.34 |
| Hex | 6F | 3F | 59 | 0 | 2B | 14 | 38 | 148 | 1C | 22 |
| Octal | 157 | 77 | 131 | 0 | 53 | 24 | 70 | 510 | 34 | 42 |
| Binary | 1101111 | 111111 | 1011001 | 0 | 101011 | 10100 | 111000 | 101001000 | 11100 | 100010 |
Color Harmonies of #6F3F59
Complementary color
Monochromatic Colors of #6F3F59
Black with #6F3F59
Text Example
Text Example
White with #6F3F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3F59; }
p { color: rgb(111,63,89); }
H1.HeaderClassName
{
color: #6F3F59;
}
.AnyTagClassName
{
color: #6F3F59;
}
</style>
background-color css
<style>
a { background-color: #6F3F59; }
a { background-color: rgb(111,63,89); }
div.DivClassName
{
background-color: #6F3F59;
}
.BgClassName
{
background-color: #6F3F59;
}
</style>
border-color css
<style>
span { border-color: #6F3F59; }
span { border-color: rgb(111,63,89); }
td.TdClassName
{
border-color: #6F3F59;
}
.TagClassName
{
border-color: #6F3F59;
}
</style>