Shades of Finlandia #6C706B
Tints of Finlandia #6C706B
RGB
CMYK
RGB Variations
Color information
#6C706B (or 0x6C706B) is known color: Finlandia. HEX triplet: 6C, 70 and 6B. RGB value is (108,112,107). Sum of RGB (Red+Green+Blue) = 108+112+107=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 112 - color contains mainly: green. Hex color #6C706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C706B is #938F94. Grayscale: #6E6E6E. Windows color (decimal): -9670549 or 7041132. OLE color: 7041132.
HSL color Cylindrical-coordinate representation of color #6C706B: hue angle of 108º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6C706B is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 108 | 112 | 107 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.56 |
| HSL | 108º | 0.02% | 0.43% | - |
| HSV(B) | 108º | 0.04% | 0.44% | - |
| XYZ | 14.63 | 15.84 | 16.2 | - |
| YUV | 110.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 112 | 107 | 0.04 | 0 | 0.04 | 0.56 | 108 | 0.02 | 0.43 |
| Hex | 6C | 70 | 6B | 4 | 0 | 4 | 38 | 6C | 2 | 2B |
| Octal | 154 | 160 | 153 | 4 | 0 | 4 | 70 | 154 | 2 | 53 |
| Binary | 1101100 | 1110000 | 1101011 | 100 | 0 | 100 | 111000 | 1101100 | 10 | 101011 |
Color Harmonies of #6C706B
Complementary color
Monochromatic Colors of #6C706B
Black with #6C706B
Text Example
Text Example
White with #6C706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C706B; }
p { color: rgb(108,112,107); }
H1.HeaderClassName
{
color: #6C706B;
}
.AnyTagClassName
{
color: #6C706B;
}
</style>
background-color css
<style>
a { background-color: #6C706B; }
a { background-color: rgb(108,112,107); }
div.DivClassName
{
background-color: #6C706B;
}
.BgClassName
{
background-color: #6C706B;
}
</style>
border-color css
<style>
span { border-color: #6C706B; }
span { border-color: rgb(108,112,107); }
td.TdClassName
{
border-color: #6C706B;
}
.TagClassName
{
border-color: #6C706B;
}
</style>