Shades of Finn #6E3E5D
Tints of Finn #6E3E5D
RGB
CMYK
RGB Variations
Color information
#6E3E5D (or 0x6E3E5D) is known color: Finn. HEX triplet: 6E, 3E and 5D. RGB value is (110,62,93). Sum of RGB (Red+Green+Blue) = 110+62+93=265 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.51% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3E5D is #91C1A2. Grayscale: #4F4F4F. Windows color (decimal): -9552291 or 6110830. OLE color: 6110830.
HSL color Cylindrical-coordinate representation of color #6E3E5D: hue angle of 321.25º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E3E5D is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 62 | 93 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.57 |
| HSL | 321.25º | 0.28% | 0.34% | - |
| HSV(B) | 321.25º | 0.44% | 0.43% | - |
| XYZ | 10.13 | 7.55 | 11.28 | - |
| YUV | 79.89 | 135.4 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 93 | 0 | 0.44 | 0.15 | 0.57 | 321.25 | 0.28 | 0.34 |
| Hex | 6E | 3E | 5D | 0 | 2C | F | 39 | 141 | 1C | 22 |
| Octal | 156 | 76 | 135 | 0 | 54 | 17 | 71 | 501 | 34 | 42 |
| Binary | 1101110 | 111110 | 1011101 | 0 | 101100 | 1111 | 111001 | 101000001 | 11100 | 100010 |
Color Harmonies of #6E3E5D
Complementary color
Monochromatic Colors of #6E3E5D
Black with #6E3E5D
Text Example
Text Example
White with #6E3E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3E5D; }
p { color: rgb(110,62,93); }
H1.HeaderClassName
{
color: #6E3E5D;
}
.AnyTagClassName
{
color: #6E3E5D;
}
</style>
background-color css
<style>
a { background-color: #6E3E5D; }
a { background-color: rgb(110,62,93); }
div.DivClassName
{
background-color: #6E3E5D;
}
.BgClassName
{
background-color: #6E3E5D;
}
</style>
border-color css
<style>
span { border-color: #6E3E5D; }
span { border-color: rgb(110,62,93); }
td.TdClassName
{
border-color: #6E3E5D;
}
.TagClassName
{
border-color: #6E3E5D;
}
</style>