Shades of Finn #6C445E
Tints of Finn #6C445E
RGB
CMYK
RGB Variations
Color information
#6C445E (or 0x6C445E) is known color: Finn. HEX triplet: 6C, 44 and 5E. RGB value is (108,68,94). Sum of RGB (Red+Green+Blue) = 108+68+94=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 108 - color contains mainly: red. Hex color #6C445E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C445E is #93BBA1. Grayscale: #525252. Windows color (decimal): -9681826 or 6177900. OLE color: 6177900.
HSL color Cylindrical-coordinate representation of color #6C445E: hue angle of 321º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C445E is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 68 | 94 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.58 |
| HSL | 321º | 0.23% | 0.35% | - |
| HSV(B) | 321º | 0.37% | 0.42% | - |
| XYZ | 10.27 | 8.13 | 11.62 | - |
| YUV | 82.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 94 | 0 | 0.37 | 0.13 | 0.58 | 321 | 0.23 | 0.35 |
| Hex | 6C | 44 | 5E | 0 | 25 | D | 3A | 141 | 17 | 23 |
| Octal | 154 | 104 | 136 | 0 | 45 | 15 | 72 | 501 | 27 | 43 |
| Binary | 1101100 | 1000100 | 1011110 | 0 | 100101 | 1101 | 111010 | 101000001 | 10111 | 100011 |
Color Harmonies of #6C445E
Complementary color
Monochromatic Colors of #6C445E
Black with #6C445E
Text Example
Text Example
White with #6C445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C445E; }
p { color: rgb(108,68,94); }
H1.HeaderClassName
{
color: #6C445E;
}
.AnyTagClassName
{
color: #6C445E;
}
</style>
background-color css
<style>
a { background-color: #6C445E; }
a { background-color: rgb(108,68,94); }
div.DivClassName
{
background-color: #6C445E;
}
.BgClassName
{
background-color: #6C445E;
}
</style>
border-color css
<style>
span { border-color: #6C445E; }
span { border-color: rgb(108,68,94); }
td.TdClassName
{
border-color: #6C445E;
}
.TagClassName
{
border-color: #6C445E;
}
</style>