Shades of Finn #68415C
Tints of Finn #68415C
RGB
CMYK
RGB Variations
Color information
#68415C (or 0x68415C) is known color: Finn. HEX triplet: 68, 41 and 5C. RGB value is (104,65,92). Sum of RGB (Red+Green+Blue) = 104+65+92=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 104 - color contains mainly: red. Hex color #68415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68415C is #97BEA3. Grayscale: #4F4F4F. Windows color (decimal): -9944740 or 6046056. OLE color: 6046056.
HSL color Cylindrical-coordinate representation of color #68415C: hue angle of 318.46º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68415C is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 92 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.59 |
| HSL | 318.46º | 0.23% | 0.33% | - |
| HSV(B) | 318.46º | 0.38% | 0.41% | - |
| XYZ | 9.53 | 7.5 | 11.07 | - |
| YUV | 79.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 92 | 0 | 0.38 | 0.12 | 0.59 | 318.46 | 0.23 | 0.33 |
| Hex | 68 | 41 | 5C | 0 | 26 | C | 3B | 13E | 17 | 21 |
| Octal | 150 | 101 | 134 | 0 | 46 | 14 | 73 | 476 | 27 | 41 |
| Binary | 1101000 | 1000001 | 1011100 | 0 | 100110 | 1100 | 111011 | 100111110 | 10111 | 100001 |
Color Harmonies of #68415C
Complementary color
Monochromatic Colors of #68415C
Black with #68415C
Text Example
Text Example
White with #68415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68415C; }
p { color: rgb(104,65,92); }
H1.HeaderClassName
{
color: #68415C;
}
.AnyTagClassName
{
color: #68415C;
}
</style>
background-color css
<style>
a { background-color: #68415C; }
a { background-color: rgb(104,65,92); }
div.DivClassName
{
background-color: #68415C;
}
.BgClassName
{
background-color: #68415C;
}
</style>
border-color css
<style>
span { border-color: #68415C; }
span { border-color: rgb(104,65,92); }
td.TdClassName
{
border-color: #68415C;
}
.TagClassName
{
border-color: #68415C;
}
</style>