Shades of Finlandia #6B7A69
Tints of Finlandia #6B7A69
RGB
CMYK
RGB Variations
Color information
#6B7A69 (or 0x6B7A69) is known color: Finlandia. HEX triplet: 6B, 7A and 69. RGB value is (107,122,105). Sum of RGB (Red+Green+Blue) = 107+122+105=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 122 (48.05% from 255 or 36.53% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A69 is #948596. Grayscale: #737373. Windows color (decimal): -9733527 or 6912619. OLE color: 6912619.
HSL color Cylindrical-coordinate representation of color #6B7A69: hue angle of 112.94º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B7A69 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 105 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.52 |
| HSL | 112.94º | 0.07% | 0.45% | - |
| HSV(B) | 112.94º | 0.14% | 0.48% | - |
| XYZ | 15.57 | 18.06 | 16.03 | - |
| YUV | 115.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 105 | 0.12 | 0 | 0.14 | 0.52 | 112.94 | 0.07 | 0.45 |
| Hex | 6B | 7A | 69 | C | 0 | E | 34 | 71 | 7 | 2D |
| Octal | 153 | 172 | 151 | 14 | 0 | 16 | 64 | 161 | 7 | 55 |
| Binary | 1101011 | 1111010 | 1101001 | 1100 | 0 | 1110 | 110100 | 1110001 | 111 | 101101 |
Color Harmonies of #6B7A69
Complementary color
Monochromatic Colors of #6B7A69
Black with #6B7A69
Text Example
Text Example
White with #6B7A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A69; }
p { color: rgb(107,122,105); }
H1.HeaderClassName
{
color: #6B7A69;
}
.AnyTagClassName
{
color: #6B7A69;
}
</style>
background-color css
<style>
a { background-color: #6B7A69; }
a { background-color: rgb(107,122,105); }
div.DivClassName
{
background-color: #6B7A69;
}
.BgClassName
{
background-color: #6B7A69;
}
</style>
border-color css
<style>
span { border-color: #6B7A69; }
span { border-color: rgb(107,122,105); }
td.TdClassName
{
border-color: #6B7A69;
}
.TagClassName
{
border-color: #6B7A69;
}
</style>