Shades of Finn #6D4E5B
Tints of Finn #6D4E5B
RGB
CMYK
RGB Variations
Color information
#6D4E5B (or 0x6D4E5B) is known color: Finn. HEX triplet: 6D, 4E and 5B. RGB value is (109,78,91). Sum of RGB (Red+Green+Blue) = 109+78+91=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E5B is #92B1A4. Grayscale: #585858. Windows color (decimal): -9613733 or 5983853. OLE color: 5983853.
HSL color Cylindrical-coordinate representation of color #6D4E5B: hue angle of 334.84º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D4E5B is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 78 | 91 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.57 |
| HSL | 334.84º | 0.17% | 0.37% | - |
| HSV(B) | 334.84º | 0.28% | 0.43% | - |
| XYZ | 10.92 | 9.46 | 11.15 | - |
| YUV | 88.75 | 129.27 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 78 | 91 | 0 | 0.28 | 0.17 | 0.57 | 334.84 | 0.17 | 0.37 |
| Hex | 6D | 4E | 5B | 0 | 1C | 11 | 39 | 14F | 11 | 25 |
| Octal | 155 | 116 | 133 | 0 | 34 | 21 | 71 | 517 | 21 | 45 |
| Binary | 1101101 | 1001110 | 1011011 | 0 | 11100 | 10001 | 111001 | 101001111 | 10001 | 100101 |
Color Harmonies of #6D4E5B
Complementary color
Monochromatic Colors of #6D4E5B
Black with #6D4E5B
Text Example
Text Example
White with #6D4E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4E5B; }
p { color: rgb(109,78,91); }
H1.HeaderClassName
{
color: #6D4E5B;
}
.AnyTagClassName
{
color: #6D4E5B;
}
</style>
background-color css
<style>
a { background-color: #6D4E5B; }
a { background-color: rgb(109,78,91); }
div.DivClassName
{
background-color: #6D4E5B;
}
.BgClassName
{
background-color: #6D4E5B;
}
</style>
border-color css
<style>
span { border-color: #6D4E5B; }
span { border-color: rgb(109,78,91); }
td.TdClassName
{
border-color: #6D4E5B;
}
.TagClassName
{
border-color: #6D4E5B;
}
</style>