Shades of Finn #6D415C
Tints of Finn #6D415C
RGB
CMYK
RGB Variations
Color information
#6D415C (or 0x6D415C) is known color: Finn. HEX triplet: 6D, 41 and 5C. RGB value is (109,65,92). Sum of RGB (Red+Green+Blue) = 109+65+92=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 109 - color contains mainly: red. Hex color #6D415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D415C is #92BEA3. Grayscale: #515151. Windows color (decimal): -9617060 or 6046061. OLE color: 6046061.
HSL color Cylindrical-coordinate representation of color #6D415C: hue angle of 323.18º 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 #6D415C is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 92 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.57 |
| HSL | 323.18º | 0.25% | 0.34% | - |
| HSV(B) | 323.18º | 0.4% | 0.43% | - |
| XYZ | 10.13 | 7.8 | 11.1 | - |
| YUV | 81.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 92 | 0 | 0.40 | 0.16 | 0.57 | 323.18 | 0.25 | 0.34 |
| Hex | 6D | 41 | 5C | 0 | 28 | 10 | 39 | 143 | 19 | 22 |
| Octal | 155 | 101 | 134 | 0 | 50 | 20 | 71 | 503 | 31 | 42 |
| Binary | 1101101 | 1000001 | 1011100 | 0 | 101000 | 10000 | 111001 | 101000011 | 11001 | 100010 |
Color Harmonies of #6D415C
Complementary color
Monochromatic Colors of #6D415C
Black with #6D415C
Text Example
Text Example
White with #6D415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D415C; }
p { color: rgb(109,65,92); }
H1.HeaderClassName
{
color: #6D415C;
}
.AnyTagClassName
{
color: #6D415C;
}
</style>
background-color css
<style>
a { background-color: #6D415C; }
a { background-color: rgb(109,65,92); }
div.DivClassName
{
background-color: #6D415C;
}
.BgClassName
{
background-color: #6D415C;
}
</style>
border-color css
<style>
span { border-color: #6D415C; }
span { border-color: rgb(109,65,92); }
td.TdClassName
{
border-color: #6D415C;
}
.TagClassName
{
border-color: #6D415C;
}
</style>