Shades of Finn #6B3F57
Tints of Finn #6B3F57
RGB
CMYK
RGB Variations
Color information
#6B3F57 (or 0x6B3F57) is known color: Finn. HEX triplet: 6B, 3F and 57. RGB value is (107,63,87). Sum of RGB (Red+Green+Blue) = 107+63+87=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3F57 is #94C0A8. Grayscale: #4E4E4E. Windows color (decimal): -9748649 or 5717867. OLE color: 5717867.
HSL color Cylindrical-coordinate representation of color #6B3F57: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B3F57 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 63 | 87 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.58 |
| HSL | 327.27º | 0.26% | 0.33% | - |
| HSV(B) | 327.27º | 0.41% | 0.42% | - |
| XYZ | 9.56 | 7.37 | 9.94 | - |
| YUV | 78.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 63 | 87 | 0 | 0.41 | 0.19 | 0.58 | 327.27 | 0.26 | 0.33 |
| Hex | 6B | 3F | 57 | 0 | 29 | 13 | 3A | 147 | 1A | 21 |
| Octal | 153 | 77 | 127 | 0 | 51 | 23 | 72 | 507 | 32 | 41 |
| Binary | 1101011 | 111111 | 1010111 | 0 | 101001 | 10011 | 111010 | 101000111 | 11010 | 100001 |
Color Harmonies of #6B3F57
Complementary color
Monochromatic Colors of #6B3F57
Black with #6B3F57
Text Example
Text Example
White with #6B3F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3F57; }
p { color: rgb(107,63,87); }
H1.HeaderClassName
{
color: #6B3F57;
}
.AnyTagClassName
{
color: #6B3F57;
}
</style>
background-color css
<style>
a { background-color: #6B3F57; }
a { background-color: rgb(107,63,87); }
div.DivClassName
{
background-color: #6B3F57;
}
.BgClassName
{
background-color: #6B3F57;
}
</style>
border-color css
<style>
span { border-color: #6B3F57; }
span { border-color: rgb(107,63,87); }
td.TdClassName
{
border-color: #6B3F57;
}
.TagClassName
{
border-color: #6B3F57;
}
</style>