Shades of Finn #6E405E
Tints of Finn #6E405E
RGB
CMYK
RGB Variations
Color information
#6E405E (or 0x6E405E) is known color: Finn. HEX triplet: 6E, 40 and 5E. RGB value is (110,64,94). Sum of RGB (Red+Green+Blue) = 110+64+94=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 110 - color contains mainly: red. Hex color #6E405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E405E is #91BFA1. Grayscale: #515151. Windows color (decimal): -9551778 or 6176878. OLE color: 6176878.
HSL color Cylindrical-coordinate representation of color #6E405E: hue angle of 320.87º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6E405E is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 64 | 94 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.57 |
| HSL | 320.87º | 0.26% | 0.34% | - |
| HSV(B) | 320.87º | 0.42% | 0.43% | - |
| XYZ | 10.28 | 7.79 | 11.55 | - |
| YUV | 81.17 | 135.24 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 64 | 94 | 0 | 0.42 | 0.15 | 0.57 | 320.87 | 0.26 | 0.34 |
| Hex | 6E | 40 | 5E | 0 | 2A | F | 39 | 141 | 1A | 22 |
| Octal | 156 | 100 | 136 | 0 | 52 | 17 | 71 | 501 | 32 | 42 |
| Binary | 1101110 | 1000000 | 1011110 | 0 | 101010 | 1111 | 111001 | 101000001 | 11010 | 100010 |
Color Harmonies of #6E405E
Complementary color
Monochromatic Colors of #6E405E
Black with #6E405E
Text Example
Text Example
White with #6E405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E405E; }
p { color: rgb(110,64,94); }
H1.HeaderClassName
{
color: #6E405E;
}
.AnyTagClassName
{
color: #6E405E;
}
</style>
background-color css
<style>
a { background-color: #6E405E; }
a { background-color: rgb(110,64,94); }
div.DivClassName
{
background-color: #6E405E;
}
.BgClassName
{
background-color: #6E405E;
}
</style>
border-color css
<style>
span { border-color: #6E405E; }
span { border-color: rgb(110,64,94); }
td.TdClassName
{
border-color: #6E405E;
}
.TagClassName
{
border-color: #6E405E;
}
</style>