Shades of Finlandia #636663
Tints of Finlandia #636663
RGB
CMYK
RGB Variations
Color information
#636663 (or 0x636663) is known color: Finlandia. HEX triplet: 63, 66 and 63. RGB value is (99,102,99). Sum of RGB (Red+Green+Blue) = 99+102+99=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 102 - color contains mainly: green. Hex color #636663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636663 is #9C999C. Grayscale: #646464. Windows color (decimal): -10262941 or 6514275. OLE color: 6514275.
HSL color Cylindrical-coordinate representation of color #636663: hue angle of 120º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #636663 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 102 | 99 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.6 |
| HSL | 120º | 0.01% | 0.39% | - |
| HSV(B) | 120º | 0.03% | 0.4% | - |
| XYZ | 12.15 | 13.06 | 13.68 | - |
| YUV | 100.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 99 | 0.03 | 0 | 0.03 | 0.6 | 120 | 0.01 | 0.39 |
| Hex | 63 | 66 | 63 | 3 | 0 | 3 | 3C | 78 | 1 | 27 |
| Octal | 143 | 146 | 143 | 3 | 0 | 3 | 74 | 170 | 1 | 47 |
| Binary | 1100011 | 1100110 | 1100011 | 11 | 0 | 11 | 111100 | 1111000 | 1 | 100111 |
Color Harmonies of #636663
Complementary color
Monochromatic Colors of #636663
Black with #636663
Text Example
Text Example
White with #636663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636663; }
p { color: rgb(99,102,99); }
H1.HeaderClassName
{
color: #636663;
}
.AnyTagClassName
{
color: #636663;
}
</style>
background-color css
<style>
a { background-color: #636663; }
a { background-color: rgb(99,102,99); }
div.DivClassName
{
background-color: #636663;
}
.BgClassName
{
background-color: #636663;
}
</style>
border-color css
<style>
span { border-color: #636663; }
span { border-color: rgb(99,102,99); }
td.TdClassName
{
border-color: #636663;
}
.TagClassName
{
border-color: #636663;
}
</style>