Shades of Finn #6E3D5A
Tints of Finn #6E3D5A
RGB
CMYK
RGB Variations
Color information
#6E3D5A (or 0x6E3D5A) is known color: Finn. HEX triplet: 6E, 3D and 5A. RGB value is (110,61,90). Sum of RGB (Red+Green+Blue) = 110+61+90=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3D5A is #91C2A5. Grayscale: #4E4E4E. Windows color (decimal): -9552550 or 5913966. OLE color: 5913966.
HSL color Cylindrical-coordinate representation of color #6E3D5A: hue angle of 324.49º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E3D5A is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 61 | 90 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.57 |
| HSL | 324.49º | 0.29% | 0.34% | - |
| HSV(B) | 324.49º | 0.45% | 0.43% | - |
| XYZ | 9.94 | 7.39 | 10.58 | - |
| YUV | 78.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 90 | 0 | 0.45 | 0.18 | 0.57 | 324.49 | 0.29 | 0.34 |
| Hex | 6E | 3D | 5A | 0 | 2D | 12 | 39 | 144 | 1D | 22 |
| Octal | 156 | 75 | 132 | 0 | 55 | 22 | 71 | 504 | 35 | 42 |
| Binary | 1101110 | 111101 | 1011010 | 0 | 101101 | 10010 | 111001 | 101000100 | 11101 | 100010 |
Color Harmonies of #6E3D5A
Complementary color
Monochromatic Colors of #6E3D5A
Black with #6E3D5A
Text Example
Text Example
White with #6E3D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3D5A; }
p { color: rgb(110,61,90); }
H1.HeaderClassName
{
color: #6E3D5A;
}
.AnyTagClassName
{
color: #6E3D5A;
}
</style>
background-color css
<style>
a { background-color: #6E3D5A; }
a { background-color: rgb(110,61,90); }
div.DivClassName
{
background-color: #6E3D5A;
}
.BgClassName
{
background-color: #6E3D5A;
}
</style>
border-color css
<style>
span { border-color: #6E3D5A; }
span { border-color: rgb(110,61,90); }
td.TdClassName
{
border-color: #6E3D5A;
}
.TagClassName
{
border-color: #6E3D5A;
}
</style>