Shades of Finn #6F3A59
Tints of Finn #6F3A59
RGB
CMYK
RGB Variations
Color information
#6F3A59 (or 0x6F3A59) is known color: Finn. HEX triplet: 6F, 3A and 59. RGB value is (111,58,89). Sum of RGB (Red+Green+Blue) = 111+58+89=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3A59 is #90C5A6. Grayscale: #4D4D4D. Windows color (decimal): -9487783 or 5847663. OLE color: 5847663.
HSL color Cylindrical-coordinate representation of color #6F3A59: hue angle of 324.91º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6F3A59 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 58 | 89 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.56 |
| HSL | 324.91º | 0.31% | 0.33% | - |
| HSV(B) | 324.91º | 0.48% | 0.44% | - |
| XYZ | 9.87 | 7.13 | 10.31 | - |
| YUV | 77.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 58 | 89 | 0 | 0.48 | 0.20 | 0.56 | 324.91 | 0.31 | 0.33 |
| Hex | 6F | 3A | 59 | 0 | 30 | 14 | 38 | 145 | 1F | 21 |
| Octal | 157 | 72 | 131 | 0 | 60 | 24 | 70 | 505 | 37 | 41 |
| Binary | 1101111 | 111010 | 1011001 | 0 | 110000 | 10100 | 111000 | 101000101 | 11111 | 100001 |
Color Harmonies of #6F3A59
Complementary color
Monochromatic Colors of #6F3A59
Black with #6F3A59
Text Example
Text Example
White with #6F3A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3A59; }
p { color: rgb(111,58,89); }
H1.HeaderClassName
{
color: #6F3A59;
}
.AnyTagClassName
{
color: #6F3A59;
}
</style>
background-color css
<style>
a { background-color: #6F3A59; }
a { background-color: rgb(111,58,89); }
div.DivClassName
{
background-color: #6F3A59;
}
.BgClassName
{
background-color: #6F3A59;
}
</style>
border-color css
<style>
span { border-color: #6F3A59; }
span { border-color: rgb(111,58,89); }
td.TdClassName
{
border-color: #6F3A59;
}
.TagClassName
{
border-color: #6F3A59;
}
</style>