Shades of Finn #6F3E55
Tints of Finn #6F3E55
RGB
CMYK
RGB Variations
Color information
#6F3E55 (or 0x6F3E55) is known color: Finn. HEX triplet: 6F, 3E and 55. RGB value is (111,62,85). Sum of RGB (Red+Green+Blue) = 111+62+85=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 85 (33.59% from 255 or 32.95% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3E55 is #90C1AA. Grayscale: #4F4F4F. Windows color (decimal): -9486763 or 5586543. OLE color: 5586543.
HSL color Cylindrical-coordinate representation of color #6F3E55: hue angle of 331.84º 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 #6F3E55 is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 85 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.56 |
| HSL | 331.84º | 0.28% | 0.34% | - |
| HSV(B) | 331.84º | 0.44% | 0.44% | - |
| XYZ | 9.92 | 7.48 | 9.52 | - |
| YUV | 79.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 85 | 0 | 0.44 | 0.23 | 0.56 | 331.84 | 0.28 | 0.34 |
| Hex | 6F | 3E | 55 | 0 | 2C | 17 | 38 | 14C | 1C | 22 |
| Octal | 157 | 76 | 125 | 0 | 54 | 27 | 70 | 514 | 34 | 42 |
| Binary | 1101111 | 111110 | 1010101 | 0 | 101100 | 10111 | 111000 | 101001100 | 11100 | 100010 |
Color Harmonies of #6F3E55
Complementary color
Monochromatic Colors of #6F3E55
Black with #6F3E55
Text Example
Text Example
White with #6F3E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E55; }
p { color: rgb(111,62,85); }
H1.HeaderClassName
{
color: #6F3E55;
}
.AnyTagClassName
{
color: #6F3E55;
}
</style>
background-color css
<style>
a { background-color: #6F3E55; }
a { background-color: rgb(111,62,85); }
div.DivClassName
{
background-color: #6F3E55;
}
.BgClassName
{
background-color: #6F3E55;
}
</style>
border-color css
<style>
span { border-color: #6F3E55; }
span { border-color: rgb(111,62,85); }
td.TdClassName
{
border-color: #6F3E55;
}
.TagClassName
{
border-color: #6F3E55;
}
</style>