Shades of Finn #6D3E5E
Tints of Finn #6D3E5E
RGB
CMYK
RGB Variations
Color information
#6D3E5E (or 0x6D3E5E) is known color: Finn. HEX triplet: 6D, 3E and 5E. RGB value is (109,62,94). Sum of RGB (Red+Green+Blue) = 109+62+94=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 94 (37.11% from 255 or 35.47% from 265); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3E5E is #92C1A1. Grayscale: #4F4F4F. Windows color (decimal): -9617826 or 6176365. OLE color: 6176365.
HSL color Cylindrical-coordinate representation of color #6D3E5E: hue angle of 319.15º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D3E5E is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 94 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.57 |
| HSL | 319.15º | 0.27% | 0.34% | - |
| HSV(B) | 319.15º | 0.43% | 0.43% | - |
| XYZ | 10.05 | 7.5 | 11.51 | - |
| YUV | 79.7 | 136.07 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 94 | 0 | 0.43 | 0.14 | 0.57 | 319.15 | 0.27 | 0.34 |
| Hex | 6D | 3E | 5E | 0 | 2B | E | 39 | 13F | 1B | 22 |
| Octal | 155 | 76 | 136 | 0 | 53 | 16 | 71 | 477 | 33 | 42 |
| Binary | 1101101 | 111110 | 1011110 | 0 | 101011 | 1110 | 111001 | 100111111 | 11011 | 100010 |
Color Harmonies of #6D3E5E
Complementary color
Monochromatic Colors of #6D3E5E
Black with #6D3E5E
Text Example
Text Example
White with #6D3E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E5E; }
p { color: rgb(109,62,94); }
H1.HeaderClassName
{
color: #6D3E5E;
}
.AnyTagClassName
{
color: #6D3E5E;
}
</style>
background-color css
<style>
a { background-color: #6D3E5E; }
a { background-color: rgb(109,62,94); }
div.DivClassName
{
background-color: #6D3E5E;
}
.BgClassName
{
background-color: #6D3E5E;
}
</style>
border-color css
<style>
span { border-color: #6D3E5E; }
span { border-color: rgb(109,62,94); }
td.TdClassName
{
border-color: #6D3E5E;
}
.TagClassName
{
border-color: #6D3E5E;
}
</style>