Shades of Finn #6D415E
Tints of Finn #6D415E
RGB
CMYK
RGB Variations
Color information
#6D415E (or 0x6D415E) is known color: Finn. HEX triplet: 6D, 41 and 5E. RGB value is (109,65,94). Sum of RGB (Red+Green+Blue) = 109+65+94=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 109 - color contains mainly: red. Hex color #6D415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D415E is #92BEA1. Grayscale: #515151. Windows color (decimal): -9617058 or 6177133. OLE color: 6177133.
HSL color Cylindrical-coordinate representation of color #6D415E: hue angle of 320.45º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D415E is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 94 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.57 |
| HSL | 320.45º | 0.25% | 0.34% | - |
| HSV(B) | 320.45º | 0.4% | 0.43% | - |
| XYZ | 10.22 | 7.84 | 11.56 | - |
| YUV | 81.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 94 | 0 | 0.40 | 0.14 | 0.57 | 320.45 | 0.25 | 0.34 |
| Hex | 6D | 41 | 5E | 0 | 28 | E | 39 | 140 | 19 | 22 |
| Octal | 155 | 101 | 136 | 0 | 50 | 16 | 71 | 500 | 31 | 42 |
| Binary | 1101101 | 1000001 | 1011110 | 0 | 101000 | 1110 | 111001 | 101000000 | 11001 | 100010 |
Color Harmonies of #6D415E
Complementary color
Monochromatic Colors of #6D415E
Black with #6D415E
Text Example
Text Example
White with #6D415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D415E; }
p { color: rgb(109,65,94); }
H1.HeaderClassName
{
color: #6D415E;
}
.AnyTagClassName
{
color: #6D415E;
}
</style>
background-color css
<style>
a { background-color: #6D415E; }
a { background-color: rgb(109,65,94); }
div.DivClassName
{
background-color: #6D415E;
}
.BgClassName
{
background-color: #6D415E;
}
</style>
border-color css
<style>
span { border-color: #6D415E; }
span { border-color: rgb(109,65,94); }
td.TdClassName
{
border-color: #6D415E;
}
.TagClassName
{
border-color: #6D415E;
}
</style>