Shades of Finlandia #646664
Tints of Finlandia #646664
RGB
CMYK
RGB Variations
Color information
#646664 (or 0x646664) is known color: Finlandia. HEX triplet: 64, 66 and 64. RGB value is (100,102,100). Sum of RGB (Red+Green+Blue) = 100+102+100=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 102 - color contains mainly: green. Hex color #646664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646664 is #9B999B. Grayscale: #656565. Windows color (decimal): -10197404 or 6579812. OLE color: 6579812.
HSL color Cylindrical-coordinate representation of color #646664: hue angle of 120º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #646664 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 100 | 102 | 100 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.6 |
| HSL | 120º | 0.01% | 0.4% | - |
| HSV(B) | 120º | 0.02% | 0.4% | - |
| XYZ | 12.31 | 13.13 | 13.94 | - |
| YUV | 101.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 102 | 100 | 0.02 | 0 | 0.02 | 0.6 | 120 | 0.01 | 0.4 |
| Hex | 64 | 66 | 64 | 2 | 0 | 2 | 3C | 78 | 1 | 28 |
| Octal | 144 | 146 | 144 | 2 | 0 | 2 | 74 | 170 | 1 | 50 |
| Binary | 1100100 | 1100110 | 1100100 | 10 | 0 | 10 | 111100 | 1111000 | 1 | 101000 |
Color Harmonies of #646664
Complementary color
Monochromatic Colors of #646664
Black with #646664
Text Example
Text Example
White with #646664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646664; }
p { color: rgb(100,102,100); }
H1.HeaderClassName
{
color: #646664;
}
.AnyTagClassName
{
color: #646664;
}
</style>
background-color css
<style>
a { background-color: #646664; }
a { background-color: rgb(100,102,100); }
div.DivClassName
{
background-color: #646664;
}
.BgClassName
{
background-color: #646664;
}
</style>
border-color css
<style>
span { border-color: #646664; }
span { border-color: rgb(100,102,100); }
td.TdClassName
{
border-color: #646664;
}
.TagClassName
{
border-color: #646664;
}
</style>