Shades of Finn #6A4E5E
Tints of Finn #6A4E5E
RGB
CMYK
RGB Variations
Color information
#6A4E5E (or 0x6A4E5E) is known color: Finn. HEX triplet: 6A, 4E and 5E. RGB value is (106,78,94). Sum of RGB (Red+Green+Blue) = 106+78+94=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4E5E is #95B1A1. Grayscale: #585858. Windows color (decimal): -9810338 or 6180458. OLE color: 6180458.
HSL color Cylindrical-coordinate representation of color #6A4E5E: hue angle of 325.71º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A4E5E is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
RGB | 106 | 78 | 94 | - |
CMYK | 0 | 0.26 | 0.11 | 0.58 |
HSL | 325.71º | 0.15% | 0.36% | - |
HSV(B) | 325.71º | 0.26% | 0.42% | - |
XYZ | 10.69 | 9.32 | 11.83 | - |
YUV | 88.2 | 131.28 | 140.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 106 | 78 | 94 | 0 | 0.26 | 0.11 | 0.58 | 325.71 | 0.15 | 0.36 |
Hex | 6A | 4E | 5E | 0 | 1A | B | 3A | 146 | F | 24 |
Octal | 152 | 116 | 136 | 0 | 32 | 13 | 72 | 506 | 17 | 44 |
Binary | 1101010 | 1001110 | 1011110 | 0 | 11010 | 1011 | 111010 | 101000110 | 1111 | 100100 |
Color Harmonies of #6A4E5E
Complementary color
Monochromatic Colors of #6A4E5E
Black with #6A4E5E
Text Example
Text Example
White with #6A4E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4E5E; }
p { color: rgb(106,78,94); }
H1.HeaderClassName
{
color: #6A4E5E;
}
.AnyTagClassName
{
color: #6A4E5E;
}
</style>
background-color css
<style>
a { background-color: #6A4E5E; }
a { background-color: rgb(106,78,94); }
div.DivClassName
{
background-color: #6A4E5E;
}
.BgClassName
{
background-color: #6A4E5E;
}
</style>
border-color css
<style>
span { border-color: #6A4E5E; }
span { border-color: rgb(106,78,94); }
td.TdClassName
{
border-color: #6A4E5E;
}
.TagClassName
{
border-color: #6A4E5E;
}
</style>