Shades of Finlandia #6C7868
Tints of Finlandia #6C7868
RGB
CMYK
RGB Variations
Color information
#6C7868 (or 0x6C7868) is known color: Finlandia. HEX triplet: 6C, 78 and 68. RGB value is (108,120,104). Sum of RGB (Red+Green+Blue) = 108+120+104=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 120 - color contains mainly: green. Hex color #6C7868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7868 is #938797. Grayscale: #727272. Windows color (decimal): -9668504 or 6846572. OLE color: 6846572.
HSL color Cylindrical-coordinate representation of color #6C7868: hue angle of 105º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6C7868 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 120 | 104 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.53 |
| HSL | 105º | 0.07% | 0.44% | - |
| HSV(B) | 105º | 0.13% | 0.47% | - |
| XYZ | 15.4 | 17.62 | 15.69 | - |
| YUV | 114.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 120 | 104 | 0.10 | 0 | 0.13 | 0.53 | 105 | 0.07 | 0.44 |
| Hex | 6C | 78 | 68 | A | 0 | D | 35 | 69 | 7 | 2C |
| Octal | 154 | 170 | 150 | 12 | 0 | 15 | 65 | 151 | 7 | 54 |
| Binary | 1101100 | 1111000 | 1101000 | 1010 | 0 | 1101 | 110101 | 1101001 | 111 | 101100 |
Color Harmonies of #6C7868
Complementary color
Monochromatic Colors of #6C7868
Black with #6C7868
Text Example
Text Example
White with #6C7868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7868; }
p { color: rgb(108,120,104); }
H1.HeaderClassName
{
color: #6C7868;
}
.AnyTagClassName
{
color: #6C7868;
}
</style>
background-color css
<style>
a { background-color: #6C7868; }
a { background-color: rgb(108,120,104); }
div.DivClassName
{
background-color: #6C7868;
}
.BgClassName
{
background-color: #6C7868;
}
</style>
border-color css
<style>
span { border-color: #6C7868; }
span { border-color: rgb(108,120,104); }
td.TdClassName
{
border-color: #6C7868;
}
.TagClassName
{
border-color: #6C7868;
}
</style>