Shades of Finlandia #606E5B
Tints of Finlandia #606E5B
RGB
CMYK
RGB Variations
Color information
#606E5B (or 0x606E5B) is known color: Finlandia. HEX triplet: 60, 6E and 5B. RGB value is (96,110,91). Sum of RGB (Red+Green+Blue) = 96+110+91=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 110 - color contains mainly: green. Hex color #606E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E5B is #9F91A4. Grayscale: #676767. Windows color (decimal): -10457509 or 5992032. OLE color: 5992032.
HSL color Cylindrical-coordinate representation of color #606E5B: hue angle of 104.21º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606E5B is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 110 | 91 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.57 |
| HSL | 104.21º | 0.09% | 0.39% | - |
| HSV(B) | 104.21º | 0.17% | 0.43% | - |
| XYZ | 12.29 | 14.39 | 12.03 | - |
| YUV | 103.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 110 | 91 | 0.13 | 0 | 0.17 | 0.57 | 104.21 | 0.09 | 0.39 |
| Hex | 60 | 6E | 5B | D | 0 | 11 | 39 | 68 | 9 | 27 |
| Octal | 140 | 156 | 133 | 15 | 0 | 21 | 71 | 150 | 11 | 47 |
| Binary | 1100000 | 1101110 | 1011011 | 1101 | 0 | 10001 | 111001 | 1101000 | 1001 | 100111 |
Color Harmonies of #606E5B
Complementary color
Monochromatic Colors of #606E5B
Black with #606E5B
Text Example
Text Example
White with #606E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606E5B; }
p { color: rgb(96,110,91); }
H1.HeaderClassName
{
color: #606E5B;
}
.AnyTagClassName
{
color: #606E5B;
}
</style>
background-color css
<style>
a { background-color: #606E5B; }
a { background-color: rgb(96,110,91); }
div.DivClassName
{
background-color: #606E5B;
}
.BgClassName
{
background-color: #606E5B;
}
</style>
border-color css
<style>
span { border-color: #606E5B; }
span { border-color: rgb(96,110,91); }
td.TdClassName
{
border-color: #606E5B;
}
.TagClassName
{
border-color: #606E5B;
}
</style>