Shades of Finn #68495A
Tints of Finn #68495A
RGB
CMYK
RGB Variations
Color information
#68495A (or 0x68495A) is known color: Finn. HEX triplet: 68, 49 and 5A. RGB value is (104,73,90). Sum of RGB (Red+Green+Blue) = 104+73+90=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68495A is #97B6A5. Grayscale: #545454. Windows color (decimal): -9942694 or 5917032. OLE color: 5917032.
HSL color Cylindrical-coordinate representation of color #68495A: hue angle of 327.1º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68495A is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 90 | - |
| CMYK | 0 | 0.30 | 0.13 | 0.59 |
| HSL | 327.1º | 0.18% | 0.35% | - |
| HSV(B) | 327.1º | 0.3% | 0.41% | - |
| XYZ | 9.94 | 8.45 | 10.78 | - |
| YUV | 84.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 90 | 0 | 0.30 | 0.13 | 0.59 | 327.1 | 0.18 | 0.35 |
| Hex | 68 | 49 | 5A | 0 | 1E | D | 3B | 147 | 12 | 23 |
| Octal | 150 | 111 | 132 | 0 | 36 | 15 | 73 | 507 | 22 | 43 |
| Binary | 1101000 | 1001001 | 1011010 | 0 | 11110 | 1101 | 111011 | 101000111 | 10010 | 100011 |
Color Harmonies of #68495A
Complementary color
Monochromatic Colors of #68495A
Black with #68495A
Text Example
Text Example
White with #68495A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68495A; }
p { color: rgb(104,73,90); }
H1.HeaderClassName
{
color: #68495A;
}
.AnyTagClassName
{
color: #68495A;
}
</style>
background-color css
<style>
a { background-color: #68495A; }
a { background-color: rgb(104,73,90); }
div.DivClassName
{
background-color: #68495A;
}
.BgClassName
{
background-color: #68495A;
}
</style>
border-color css
<style>
span { border-color: #68495A; }
span { border-color: rgb(104,73,90); }
td.TdClassName
{
border-color: #68495A;
}
.TagClassName
{
border-color: #68495A;
}
</style>