Shades of Finn #6A4D5C
Tints of Finn #6A4D5C
RGB
CMYK
RGB Variations
Color information
#6A4D5C (or 0x6A4D5C) is known color: Finn. HEX triplet: 6A, 4D and 5C. RGB value is (106,77,92). Sum of RGB (Red+Green+Blue) = 106+77+92=275 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.55% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4D5C is #95B2A3. Grayscale: #575757. Windows color (decimal): -9810596 or 6049130. OLE color: 6049130.
HSL color Cylindrical-coordinate representation of color #6A4D5C: hue angle of 328.97º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A4D5C is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 77 | 92 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.58 |
| HSL | 328.97º | 0.16% | 0.36% | - |
| HSV(B) | 328.97º | 0.27% | 0.42% | - |
| XYZ | 10.53 | 9.14 | 11.34 | - |
| YUV | 87.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 77 | 92 | 0 | 0.27 | 0.13 | 0.58 | 328.97 | 0.16 | 0.36 |
| Hex | 6A | 4D | 5C | 0 | 1B | D | 3A | 149 | 10 | 24 |
| Octal | 152 | 115 | 134 | 0 | 33 | 15 | 72 | 511 | 20 | 44 |
| Binary | 1101010 | 1001101 | 1011100 | 0 | 11011 | 1101 | 111010 | 101001001 | 10000 | 100100 |
Color Harmonies of #6A4D5C
Complementary color
Monochromatic Colors of #6A4D5C
Black with #6A4D5C
Text Example
Text Example
White with #6A4D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4D5C; }
p { color: rgb(106,77,92); }
H1.HeaderClassName
{
color: #6A4D5C;
}
.AnyTagClassName
{
color: #6A4D5C;
}
</style>
background-color css
<style>
a { background-color: #6A4D5C; }
a { background-color: rgb(106,77,92); }
div.DivClassName
{
background-color: #6A4D5C;
}
.BgClassName
{
background-color: #6A4D5C;
}
</style>
border-color css
<style>
span { border-color: #6A4D5C; }
span { border-color: rgb(106,77,92); }
td.TdClassName
{
border-color: #6A4D5C;
}
.TagClassName
{
border-color: #6A4D5C;
}
</style>