Shades of Finn #68455C
Tints of Finn #68455C
RGB
CMYK
RGB Variations
Color information
#68455C (or 0x68455C) is known color: Finn. HEX triplet: 68, 45 and 5C. RGB value is (104,69,92). Sum of RGB (Red+Green+Blue) = 104+69+92=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68455C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68455C is #97BAA3. Grayscale: #525252. Windows color (decimal): -9943716 or 6047080. OLE color: 6047080.
HSL color Cylindrical-coordinate representation of color #68455C: hue angle of 320.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68455C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 69 | 92 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.59 |
| HSL | 320.57º | 0.2% | 0.34% | - |
| HSV(B) | 320.57º | 0.34% | 0.41% | - |
| XYZ | 9.77 | 7.97 | 11.15 | - |
| YUV | 82.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 92 | 0 | 0.34 | 0.12 | 0.59 | 320.57 | 0.2 | 0.34 |
| Hex | 68 | 45 | 5C | 0 | 22 | C | 3B | 141 | 14 | 22 |
| Octal | 150 | 105 | 134 | 0 | 42 | 14 | 73 | 501 | 24 | 42 |
| Binary | 1101000 | 1000101 | 1011100 | 0 | 100010 | 1100 | 111011 | 101000001 | 10100 | 100010 |
Color Harmonies of #68455C
Complementary color
Monochromatic Colors of #68455C
Black with #68455C
Text Example
Text Example
White with #68455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68455C; }
p { color: rgb(104,69,92); }
H1.HeaderClassName
{
color: #68455C;
}
.AnyTagClassName
{
color: #68455C;
}
</style>
background-color css
<style>
a { background-color: #68455C; }
a { background-color: rgb(104,69,92); }
div.DivClassName
{
background-color: #68455C;
}
.BgClassName
{
background-color: #68455C;
}
</style>
border-color css
<style>
span { border-color: #68455C; }
span { border-color: rgb(104,69,92); }
td.TdClassName
{
border-color: #68455C;
}
.TagClassName
{
border-color: #68455C;
}
</style>