Shades of Finn #6C4660
Tints of Finn #6C4660
RGB
CMYK
RGB Variations
Color information
#6C4660 (or 0x6C4660) is known color: Finn. HEX triplet: 6C, 46 and 60. RGB value is (108,70,96). Sum of RGB (Red+Green+Blue) = 108+70+96=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4660 is #93B99F. Grayscale: #545454. Windows color (decimal): -9681312 or 6309484. OLE color: 6309484.
HSL color Cylindrical-coordinate representation of color #6C4660: hue angle of 318.95º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6C4660 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 70 | 96 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.58 |
| HSL | 318.95º | 0.21% | 0.35% | - |
| HSV(B) | 318.95º | 0.35% | 0.42% | - |
| XYZ | 10.49 | 8.41 | 12.14 | - |
| YUV | 84.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 70 | 96 | 0 | 0.35 | 0.11 | 0.58 | 318.95 | 0.21 | 0.35 |
| Hex | 6C | 46 | 60 | 0 | 23 | B | 3A | 13F | 15 | 23 |
| Octal | 154 | 106 | 140 | 0 | 43 | 13 | 72 | 477 | 25 | 43 |
| Binary | 1101100 | 1000110 | 1100000 | 0 | 100011 | 1011 | 111010 | 100111111 | 10101 | 100011 |
Color Harmonies of #6C4660
Complementary color
Monochromatic Colors of #6C4660
Black with #6C4660
Text Example
Text Example
White with #6C4660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4660; }
p { color: rgb(108,70,96); }
H1.HeaderClassName
{
color: #6C4660;
}
.AnyTagClassName
{
color: #6C4660;
}
</style>
background-color css
<style>
a { background-color: #6C4660; }
a { background-color: rgb(108,70,96); }
div.DivClassName
{
background-color: #6C4660;
}
.BgClassName
{
background-color: #6C4660;
}
</style>
border-color css
<style>
span { border-color: #6C4660; }
span { border-color: rgb(108,70,96); }
td.TdClassName
{
border-color: #6C4660;
}
.TagClassName
{
border-color: #6C4660;
}
</style>