Shades of Finn #6F3E56
Tints of Finn #6F3E56
RGB
CMYK
RGB Variations
Color information
#6F3E56 (or 0x6F3E56) is known color: Finn. HEX triplet: 6F, 3E and 56. RGB value is (111,62,86). Sum of RGB (Red+Green+Blue) = 111+62+86=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E56 is #90C1A9. Grayscale: #4F4F4F. Windows color (decimal): -9486762 or 5652079. OLE color: 5652079.
HSL color Cylindrical-coordinate representation of color #6F3E56: hue angle of 330.61º 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 #6F3E56 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 86 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.56 |
| HSL | 330.61º | 0.28% | 0.34% | - |
| HSV(B) | 330.61º | 0.44% | 0.44% | - |
| XYZ | 9.96 | 7.5 | 9.73 | - |
| YUV | 79.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 86 | 0 | 0.44 | 0.23 | 0.56 | 330.61 | 0.28 | 0.34 |
| Hex | 6F | 3E | 56 | 0 | 2C | 17 | 38 | 14B | 1C | 22 |
| Octal | 157 | 76 | 126 | 0 | 54 | 27 | 70 | 513 | 34 | 42 |
| Binary | 1101111 | 111110 | 1010110 | 0 | 101100 | 10111 | 111000 | 101001011 | 11100 | 100010 |
Color Harmonies of #6F3E56
Complementary color
Monochromatic Colors of #6F3E56
Black with #6F3E56
Text Example
Text Example
White with #6F3E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E56; }
p { color: rgb(111,62,86); }
H1.HeaderClassName
{
color: #6F3E56;
}
.AnyTagClassName
{
color: #6F3E56;
}
</style>
background-color css
<style>
a { background-color: #6F3E56; }
a { background-color: rgb(111,62,86); }
div.DivClassName
{
background-color: #6F3E56;
}
.BgClassName
{
background-color: #6F3E56;
}
</style>
border-color css
<style>
span { border-color: #6F3E56; }
span { border-color: rgb(111,62,86); }
td.TdClassName
{
border-color: #6F3E56;
}
.TagClassName
{
border-color: #6F3E56;
}
</style>