Shades of Finlandia #606F5C
Tints of Finlandia #606F5C
RGB
CMYK
RGB Variations
Color information
#606F5C (or 0x606F5C) is known color: Finlandia. HEX triplet: 60, 6F and 5C. RGB value is (96,111,92). Sum of RGB (Red+Green+Blue) = 96+111+92=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 111 - color contains mainly: green. Hex color #606F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F5C is #9F90A3. Grayscale: #686868. Windows color (decimal): -10457252 or 6057824. OLE color: 6057824.
HSL color Cylindrical-coordinate representation of color #606F5C: hue angle of 107.37º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606F5C is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 111 | 92 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.56 |
| HSL | 107.37º | 0.09% | 0.4% | - |
| HSV(B) | 107.37º | 0.17% | 0.44% | - |
| XYZ | 12.44 | 14.63 | 12.29 | - |
| YUV | 104.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 111 | 92 | 0.14 | 0 | 0.17 | 0.56 | 107.37 | 0.09 | 0.4 |
| Hex | 60 | 6F | 5C | E | 0 | 11 | 38 | 6B | 9 | 28 |
| Octal | 140 | 157 | 134 | 16 | 0 | 21 | 70 | 153 | 11 | 50 |
| Binary | 1100000 | 1101111 | 1011100 | 1110 | 0 | 10001 | 111000 | 1101011 | 1001 | 101000 |
Color Harmonies of #606F5C
Complementary color
Monochromatic Colors of #606F5C
Black with #606F5C
Text Example
Text Example
White with #606F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606F5C; }
p { color: rgb(96,111,92); }
H1.HeaderClassName
{
color: #606F5C;
}
.AnyTagClassName
{
color: #606F5C;
}
</style>
background-color css
<style>
a { background-color: #606F5C; }
a { background-color: rgb(96,111,92); }
div.DivClassName
{
background-color: #606F5C;
}
.BgClassName
{
background-color: #606F5C;
}
</style>
border-color css
<style>
span { border-color: #606F5C; }
span { border-color: rgb(96,111,92); }
td.TdClassName
{
border-color: #606F5C;
}
.TagClassName
{
border-color: #606F5C;
}
</style>