Shades of Finn #6A495E
Tints of Finn #6A495E
RGB
CMYK
RGB Variations
Color information
#6A495E (or 0x6A495E) is known color: Finn. HEX triplet: 6A, 49 and 5E. RGB value is (106,73,94). Sum of RGB (Red+Green+Blue) = 106+73+94=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 106 - color contains mainly: red. Hex color #6A495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A495E is #95B6A1. Grayscale: #555555. Windows color (decimal): -9811618 or 6179178. OLE color: 6179178.
HSL color Cylindrical-coordinate representation of color #6A495E: hue angle of 321.82º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A495E is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 73 | 94 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.58 |
| HSL | 321.82º | 0.18% | 0.35% | - |
| HSV(B) | 321.82º | 0.31% | 0.42% | - |
| XYZ | 10.35 | 8.64 | 11.71 | - |
| YUV | 85.26 | 132.93 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 94 | 0 | 0.31 | 0.11 | 0.58 | 321.82 | 0.18 | 0.35 |
| Hex | 6A | 49 | 5E | 0 | 1F | B | 3A | 142 | 12 | 23 |
| Octal | 152 | 111 | 136 | 0 | 37 | 13 | 72 | 502 | 22 | 43 |
| Binary | 1101010 | 1001001 | 1011110 | 0 | 11111 | 1011 | 111010 | 101000010 | 10010 | 100011 |
Color Harmonies of #6A495E
Complementary color
Monochromatic Colors of #6A495E
Black with #6A495E
Text Example
Text Example
White with #6A495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A495E; }
p { color: rgb(106,73,94); }
H1.HeaderClassName
{
color: #6A495E;
}
.AnyTagClassName
{
color: #6A495E;
}
</style>
background-color css
<style>
a { background-color: #6A495E; }
a { background-color: rgb(106,73,94); }
div.DivClassName
{
background-color: #6A495E;
}
.BgClassName
{
background-color: #6A495E;
}
</style>
border-color css
<style>
span { border-color: #6A495E; }
span { border-color: rgb(106,73,94); }
td.TdClassName
{
border-color: #6A495E;
}
.TagClassName
{
border-color: #6A495E;
}
</style>