Shades of Finn #6D415B
Tints of Finn #6D415B
RGB
CMYK
RGB Variations
Color information
#6D415B (or 0x6D415B) is known color: Finn. HEX triplet: 6D, 41 and 5B. RGB value is (109,65,91). Sum of RGB (Red+Green+Blue) = 109+65+91=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D415B is #92BEA4. Grayscale: #515151. Windows color (decimal): -9617061 or 5980525. OLE color: 5980525.
HSL color Cylindrical-coordinate representation of color #6D415B: hue angle of 324.55º 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 #6D415B is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 91 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.57 |
| HSL | 324.55º | 0.25% | 0.34% | - |
| HSV(B) | 324.55º | 0.4% | 0.43% | - |
| XYZ | 10.09 | 7.79 | 10.87 | - |
| YUV | 81.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 91 | 0 | 0.40 | 0.17 | 0.57 | 324.55 | 0.25 | 0.34 |
| Hex | 6D | 41 | 5B | 0 | 28 | 11 | 39 | 145 | 19 | 22 |
| Octal | 155 | 101 | 133 | 0 | 50 | 21 | 71 | 505 | 31 | 42 |
| Binary | 1101101 | 1000001 | 1011011 | 0 | 101000 | 10001 | 111001 | 101000101 | 11001 | 100010 |
Color Harmonies of #6D415B
Complementary color
Monochromatic Colors of #6D415B
Black with #6D415B
Text Example
Text Example
White with #6D415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D415B; }
p { color: rgb(109,65,91); }
H1.HeaderClassName
{
color: #6D415B;
}
.AnyTagClassName
{
color: #6D415B;
}
</style>
background-color css
<style>
a { background-color: #6D415B; }
a { background-color: rgb(109,65,91); }
div.DivClassName
{
background-color: #6D415B;
}
.BgClassName
{
background-color: #6D415B;
}
</style>
border-color css
<style>
span { border-color: #6D415B; }
span { border-color: rgb(109,65,91); }
td.TdClassName
{
border-color: #6D415B;
}
.TagClassName
{
border-color: #6D415B;
}
</style>