Shades of Finlandia #6A7E67
Tints of Finlandia #6A7E67
RGB
CMYK
RGB Variations
Color information
#6A7E67 (or 0x6A7E67) is known color: Finlandia. HEX triplet: 6A, 7E and 67. RGB value is (106,126,103). Sum of RGB (Red+Green+Blue) = 106+126+103=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 126 - color contains mainly: green. Hex color #6A7E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7E67 is #958198. Grayscale: #757575. Windows color (decimal): -9798041 or 6782570. OLE color: 6782570.
HSL color Cylindrical-coordinate representation of color #6A7E67: hue angle of 112.17º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6A7E67 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 126 | 103 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.51 |
| HSL | 112.17º | 0.1% | 0.45% | - |
| HSV(B) | 112.17º | 0.18% | 0.49% | - |
| XYZ | 15.85 | 18.97 | 15.66 | - |
| YUV | 117.4 | 119.87 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 126 | 103 | 0.16 | 0 | 0.18 | 0.51 | 112.17 | 0.1 | 0.45 |
| Hex | 6A | 7E | 67 | 10 | 0 | 12 | 33 | 70 | A | 2D |
| Octal | 152 | 176 | 147 | 20 | 0 | 22 | 63 | 160 | 12 | 55 |
| Binary | 1101010 | 1111110 | 1100111 | 10000 | 0 | 10010 | 110011 | 1110000 | 1010 | 101101 |
Color Harmonies of #6A7E67
Complementary color
Monochromatic Colors of #6A7E67
Black with #6A7E67
Text Example
Text Example
White with #6A7E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7E67; }
p { color: rgb(106,126,103); }
H1.HeaderClassName
{
color: #6A7E67;
}
.AnyTagClassName
{
color: #6A7E67;
}
</style>
background-color css
<style>
a { background-color: #6A7E67; }
a { background-color: rgb(106,126,103); }
div.DivClassName
{
background-color: #6A7E67;
}
.BgClassName
{
background-color: #6A7E67;
}
</style>
border-color css
<style>
span { border-color: #6A7E67; }
span { border-color: rgb(106,126,103); }
td.TdClassName
{
border-color: #6A7E67;
}
.TagClassName
{
border-color: #6A7E67;
}
</style>