Shades of Finn #6E3E5F
Tints of Finn #6E3E5F
RGB
CMYK
RGB Variations
Color information
#6E3E5F (or 0x6E3E5F) is known color: Finn. HEX triplet: 6E, 3E and 5F. RGB value is (110,62,95). Sum of RGB (Red+Green+Blue) = 110+62+95=267 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.20% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3E5F is #91C1A0. Grayscale: #505050. Windows color (decimal): -9552289 or 6241902. OLE color: 6241902.
HSL color Cylindrical-coordinate representation of color #6E3E5F: hue angle of 318.75º 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 #6E3E5F is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 62 | 95 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.57 |
| HSL | 318.75º | 0.28% | 0.34% | - |
| HSV(B) | 318.75º | 0.44% | 0.43% | - |
| XYZ | 10.22 | 7.59 | 11.75 | - |
| YUV | 80.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 95 | 0 | 0.44 | 0.14 | 0.57 | 318.75 | 0.28 | 0.34 |
| Hex | 6E | 3E | 5F | 0 | 2C | E | 39 | 13F | 1C | 22 |
| Octal | 156 | 76 | 137 | 0 | 54 | 16 | 71 | 477 | 34 | 42 |
| Binary | 1101110 | 111110 | 1011111 | 0 | 101100 | 1110 | 111001 | 100111111 | 11100 | 100010 |
Color Harmonies of #6E3E5F
Complementary color
Monochromatic Colors of #6E3E5F
Black with #6E3E5F
Text Example
Text Example
White with #6E3E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3E5F; }
p { color: rgb(110,62,95); }
H1.HeaderClassName
{
color: #6E3E5F;
}
.AnyTagClassName
{
color: #6E3E5F;
}
</style>
background-color css
<style>
a { background-color: #6E3E5F; }
a { background-color: rgb(110,62,95); }
div.DivClassName
{
background-color: #6E3E5F;
}
.BgClassName
{
background-color: #6E3E5F;
}
</style>
border-color css
<style>
span { border-color: #6E3E5F; }
span { border-color: rgb(110,62,95); }
td.TdClassName
{
border-color: #6E3E5F;
}
.TagClassName
{
border-color: #6E3E5F;
}
</style>