Shades of Finn #6F3E57
Tints of Finn #6F3E57
RGB
CMYK
RGB Variations
Color information
#6F3E57 (or 0x6F3E57) is known color: Finn. HEX triplet: 6F, 3E and 57. RGB value is (111,62,87). Sum of RGB (Red+Green+Blue) = 111+62+87=260 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.69% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 87 (34.38% from 255 or 33.46% from 260); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E57 is #90C1A8. Grayscale: #4F4F4F. Windows color (decimal): -9486761 or 5717615. OLE color: 5717615.
HSL color Cylindrical-coordinate representation of color #6F3E57: hue angle of 329.39º 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 #6F3E57 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 87 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.56 |
| HSL | 329.39º | 0.28% | 0.34% | - |
| HSV(B) | 329.39º | 0.44% | 0.44% | - |
| XYZ | 10 | 7.51 | 9.94 | - |
| YUV | 79.5 | 132.23 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 87 | 0 | 0.44 | 0.22 | 0.56 | 329.39 | 0.28 | 0.34 |
| Hex | 6F | 3E | 57 | 0 | 2C | 16 | 38 | 149 | 1C | 22 |
| Octal | 157 | 76 | 127 | 0 | 54 | 26 | 70 | 511 | 34 | 42 |
| Binary | 1101111 | 111110 | 1010111 | 0 | 101100 | 10110 | 111000 | 101001001 | 11100 | 100010 |
Color Harmonies of #6F3E57
Complementary color
Monochromatic Colors of #6F3E57
Black with #6F3E57
Text Example
Text Example
White with #6F3E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E57; }
p { color: rgb(111,62,87); }
H1.HeaderClassName
{
color: #6F3E57;
}
.AnyTagClassName
{
color: #6F3E57;
}
</style>
background-color css
<style>
a { background-color: #6F3E57; }
a { background-color: rgb(111,62,87); }
div.DivClassName
{
background-color: #6F3E57;
}
.BgClassName
{
background-color: #6F3E57;
}
</style>
border-color css
<style>
span { border-color: #6F3E57; }
span { border-color: rgb(111,62,87); }
td.TdClassName
{
border-color: #6F3E57;
}
.TagClassName
{
border-color: #6F3E57;
}
</style>