Shades of Finlandia #6E736D
Tints of Finlandia #6E736D
RGB
CMYK
RGB Variations
Color information
#6E736D (or 0x6E736D) is known color: Finlandia. HEX triplet: 6E, 73 and 6D. RGB value is (110,115,109). Sum of RGB (Red+Green+Blue) = 110+115+109=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 115 - color contains mainly: green. Hex color #6E736D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E736D is #918C92. Grayscale: #707070. Windows color (decimal): -9538707 or 7172974. OLE color: 7172974.
HSL color Cylindrical-coordinate representation of color #6E736D: hue angle of 110º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E736D is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 109 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.55 |
| HSL | 110º | 0.03% | 0.44% | - |
| HSV(B) | 110º | 0.05% | 0.45% | - |
| XYZ | 15.32 | 16.68 | 16.88 | - |
| YUV | 112.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 109 | 0.04 | 0 | 0.05 | 0.55 | 110 | 0.03 | 0.44 |
| Hex | 6E | 73 | 6D | 4 | 0 | 5 | 37 | 6E | 3 | 2C |
| Octal | 156 | 163 | 155 | 4 | 0 | 5 | 67 | 156 | 3 | 54 |
| Binary | 1101110 | 1110011 | 1101101 | 100 | 0 | 101 | 110111 | 1101110 | 11 | 101100 |
Color Harmonies of #6E736D
Complementary color
Monochromatic Colors of #6E736D
Black with #6E736D
Text Example
Text Example
White with #6E736D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E736D; }
p { color: rgb(110,115,109); }
H1.HeaderClassName
{
color: #6E736D;
}
.AnyTagClassName
{
color: #6E736D;
}
</style>
background-color css
<style>
a { background-color: #6E736D; }
a { background-color: rgb(110,115,109); }
div.DivClassName
{
background-color: #6E736D;
}
.BgClassName
{
background-color: #6E736D;
}
</style>
border-color css
<style>
span { border-color: #6E736D; }
span { border-color: rgb(110,115,109); }
td.TdClassName
{
border-color: #6E736D;
}
.TagClassName
{
border-color: #6E736D;
}
</style>