Shades of Finlandia #646F63
Tints of Finlandia #646F63
RGB
CMYK
RGB Variations
Color information
#646F63 (or 0x646F63) is known color: Finlandia. HEX triplet: 64, 6F and 63. RGB value is (100,111,99). Sum of RGB (Red+Green+Blue) = 100+111+99=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 111 - color contains mainly: green. Hex color #646F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646F63 is #9B909C. Grayscale: #6A6A6A. Windows color (decimal): -10195101 or 6516580. OLE color: 6516580.
HSL color Cylindrical-coordinate representation of color #646F63: hue angle of 115º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #646F63 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 111 | 99 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.56 |
| HSL | 115º | 0.06% | 0.41% | - |
| HSV(B) | 115º | 0.11% | 0.44% | - |
| XYZ | 13.19 | 14.98 | 14 | - |
| YUV | 106.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 99 | 0.10 | 0 | 0.11 | 0.56 | 115 | 0.06 | 0.41 |
| Hex | 64 | 6F | 63 | A | 0 | B | 38 | 73 | 6 | 29 |
| Octal | 144 | 157 | 143 | 12 | 0 | 13 | 70 | 163 | 6 | 51 |
| Binary | 1100100 | 1101111 | 1100011 | 1010 | 0 | 1011 | 111000 | 1110011 | 110 | 101001 |
Color Harmonies of #646F63
Complementary color
Monochromatic Colors of #646F63
Black with #646F63
Text Example
Text Example
White with #646F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F63; }
p { color: rgb(100,111,99); }
H1.HeaderClassName
{
color: #646F63;
}
.AnyTagClassName
{
color: #646F63;
}
</style>
background-color css
<style>
a { background-color: #646F63; }
a { background-color: rgb(100,111,99); }
div.DivClassName
{
background-color: #646F63;
}
.BgClassName
{
background-color: #646F63;
}
</style>
border-color css
<style>
span { border-color: #646F63; }
span { border-color: rgb(100,111,99); }
td.TdClassName
{
border-color: #646F63;
}
.TagClassName
{
border-color: #646F63;
}
</style>