Shades of Finn #6A3B56
Tints of Finn #6A3B56
RGB
CMYK
RGB Variations
Color information
#6A3B56 (or 0x6A3B56) is known color: Finn. HEX triplet: 6A, 3B and 56. RGB value is (106,59,86). Sum of RGB (Red+Green+Blue) = 106+59+86=251 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.23% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3B56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3B56 is #95C4A9. Grayscale: #4C4C4C. Windows color (decimal): -9815210 or 5651306. OLE color: 5651306.
HSL color Cylindrical-coordinate representation of color #6A3B56: hue angle of 325.53º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A3B56 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 59 | 86 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.58 |
| HSL | 325.53º | 0.28% | 0.32% | - |
| HSV(B) | 325.53º | 0.44% | 0.42% | - |
| XYZ | 9.19 | 6.86 | 9.64 | - |
| YUV | 76.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 59 | 86 | 0 | 0.44 | 0.19 | 0.58 | 325.53 | 0.28 | 0.32 |
| Hex | 6A | 3B | 56 | 0 | 2C | 13 | 3A | 146 | 1C | 20 |
| Octal | 152 | 73 | 126 | 0 | 54 | 23 | 72 | 506 | 34 | 40 |
| Binary | 1101010 | 111011 | 1010110 | 0 | 101100 | 10011 | 111010 | 101000110 | 11100 | 100000 |
Color Harmonies of #6A3B56
Complementary color
Monochromatic Colors of #6A3B56
Black with #6A3B56
Text Example
Text Example
White with #6A3B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3B56; }
p { color: rgb(106,59,86); }
H1.HeaderClassName
{
color: #6A3B56;
}
.AnyTagClassName
{
color: #6A3B56;
}
</style>
background-color css
<style>
a { background-color: #6A3B56; }
a { background-color: rgb(106,59,86); }
div.DivClassName
{
background-color: #6A3B56;
}
.BgClassName
{
background-color: #6A3B56;
}
</style>
border-color css
<style>
span { border-color: #6A3B56; }
span { border-color: rgb(106,59,86); }
td.TdClassName
{
border-color: #6A3B56;
}
.TagClassName
{
border-color: #6A3B56;
}
</style>