Shades of Finn #6F3E59
Tints of Finn #6F3E59
RGB
CMYK
RGB Variations
Color information
#6F3E59 (or 0x6F3E59) is known color: Finn. HEX triplet: 6F, 3E and 59. RGB value is (111,62,89). Sum of RGB (Red+Green+Blue) = 111+62+89=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E59 is #90C1A6. Grayscale: #4F4F4F. Windows color (decimal): -9486759 or 5848687. OLE color: 5848687.
HSL color Cylindrical-coordinate representation of color #6F3E59: hue angle of 326.94º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E59 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 89 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.56 |
| HSL | 326.94º | 0.28% | 0.34% | - |
| HSV(B) | 326.94º | 0.44% | 0.44% | - |
| XYZ | 10.08 | 7.55 | 10.38 | - |
| YUV | 79.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 89 | 0 | 0.44 | 0.20 | 0.56 | 326.94 | 0.28 | 0.34 |
| Hex | 6F | 3E | 59 | 0 | 2C | 14 | 38 | 147 | 1C | 22 |
| Octal | 157 | 76 | 131 | 0 | 54 | 24 | 70 | 507 | 34 | 42 |
| Binary | 1101111 | 111110 | 1011001 | 0 | 101100 | 10100 | 111000 | 101000111 | 11100 | 100010 |
Color Harmonies of #6F3E59
Complementary color
Monochromatic Colors of #6F3E59
Black with #6F3E59
Text Example
Text Example
White with #6F3E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E59; }
p { color: rgb(111,62,89); }
H1.HeaderClassName
{
color: #6F3E59;
}
.AnyTagClassName
{
color: #6F3E59;
}
</style>
background-color css
<style>
a { background-color: #6F3E59; }
a { background-color: rgb(111,62,89); }
div.DivClassName
{
background-color: #6F3E59;
}
.BgClassName
{
background-color: #6F3E59;
}
</style>
border-color css
<style>
span { border-color: #6F3E59; }
span { border-color: rgb(111,62,89); }
td.TdClassName
{
border-color: #6F3E59;
}
.TagClassName
{
border-color: #6F3E59;
}
</style>