Shades of Finlandia #686A68
Tints of Finlandia #686A68
RGB
CMYK
RGB Variations
Color information
#686A68 (or 0x686A68) is known color: Finlandia. HEX triplet: 68, 6A and 68. RGB value is (104,106,104). Sum of RGB (Red+Green+Blue) = 104+106+104=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 106 - color contains mainly: green. Hex color #686A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A68 is #979597. Grayscale: #696969. Windows color (decimal): -9934232 or 6842984. OLE color: 6842984.
HSL color Cylindrical-coordinate representation of color #686A68: hue angle of 120º degrees, saturation: 0.01, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #686A68 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.
Color convert
RGB | 104 | 106 | 104 | - |
CMYK | 0.02 | 0 | 0.02 | 0.58 |
HSL | 120º | 0.01% | 0.41% | - |
HSV(B) | 120º | 0.02% | 0.42% | - |
XYZ | 13.36 | 14.25 | 15.14 | - |
YUV | 105.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 106 | 104 | 0.02 | 0 | 0.02 | 0.58 | 120 | 0.01 | 0.41 |
Hex | 68 | 6A | 68 | 2 | 0 | 2 | 3A | 78 | 1 | 29 |
Octal | 150 | 152 | 150 | 2 | 0 | 2 | 72 | 170 | 1 | 51 |
Binary | 1101000 | 1101010 | 1101000 | 10 | 0 | 10 | 111010 | 1111000 | 1 | 101001 |
Color Harmonies of #686A68
Complementary color
Monochromatic Colors of #686A68
Black with #686A68
Text Example
Text Example
White with #686A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A68; }
p { color: rgb(104,106,104); }
H1.HeaderClassName
{
color: #686A68;
}
.AnyTagClassName
{
color: #686A68;
}
</style>
background-color css
<style>
a { background-color: #686A68; }
a { background-color: rgb(104,106,104); }
div.DivClassName
{
background-color: #686A68;
}
.BgClassName
{
background-color: #686A68;
}
</style>
border-color css
<style>
span { border-color: #686A68; }
span { border-color: rgb(104,106,104); }
td.TdClassName
{
border-color: #686A68;
}
.TagClassName
{
border-color: #686A68;
}
</style>