Shades of Finn #68495C
Tints of Finn #68495C
RGB
CMYK
RGB Variations
Color information
#68495C (or 0x68495C) is known color: Finn. HEX triplet: 68, 49 and 5C. RGB value is (104,73,92). Sum of RGB (Red+Green+Blue) = 104+73+92=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68495C is #97B6A3. Grayscale: #545454. Windows color (decimal): -9942692 or 6048104. OLE color: 6048104.
HSL color Cylindrical-coordinate representation of color #68495C: hue angle of 323.23º 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 #68495C is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 73 | 92 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.59 |
| HSL | 323.23º | 0.18% | 0.35% | - |
| HSV(B) | 323.23º | 0.3% | 0.41% | - |
| XYZ | 10.02 | 8.48 | 11.23 | - |
| YUV | 84.44 | 132.27 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 73 | 92 | 0 | 0.30 | 0.12 | 0.59 | 323.23 | 0.18 | 0.35 |
| Hex | 68 | 49 | 5C | 0 | 1E | C | 3B | 143 | 12 | 23 |
| Octal | 150 | 111 | 134 | 0 | 36 | 14 | 73 | 503 | 22 | 43 |
| Binary | 1101000 | 1001001 | 1011100 | 0 | 11110 | 1100 | 111011 | 101000011 | 10010 | 100011 |
Color Harmonies of #68495C
Complementary color
Monochromatic Colors of #68495C
Black with #68495C
Text Example
Text Example
White with #68495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68495C; }
p { color: rgb(104,73,92); }
H1.HeaderClassName
{
color: #68495C;
}
.AnyTagClassName
{
color: #68495C;
}
</style>
background-color css
<style>
a { background-color: #68495C; }
a { background-color: rgb(104,73,92); }
div.DivClassName
{
background-color: #68495C;
}
.BgClassName
{
background-color: #68495C;
}
</style>
border-color css
<style>
span { border-color: #68495C; }
span { border-color: rgb(104,73,92); }
td.TdClassName
{
border-color: #68495C;
}
.TagClassName
{
border-color: #68495C;
}
</style>