Shades of Finlandia #6B7668
Tints of Finlandia #6B7668
RGB
CMYK
RGB Variations
Color information
#6B7668 (or 0x6B7668) is known color: Finlandia. HEX triplet: 6B, 76 and 68. RGB value is (107,118,104). Sum of RGB (Red+Green+Blue) = 107+118+104=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #6B7668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7668 is #948997. Grayscale: #717171. Windows color (decimal): -9734552 or 6846059. OLE color: 6846059.
HSL color Cylindrical-coordinate representation of color #6B7668: hue angle of 107.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6B7668 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 107 | 118 | 104 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.54 |
| HSL | 107.14º | 0.06% | 0.44% | - |
| HSV(B) | 107.14º | 0.12% | 0.46% | - |
| XYZ | 15.04 | 17.08 | 15.6 | - |
| YUV | 113.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 104 | 0.09 | 0 | 0.12 | 0.54 | 107.14 | 0.06 | 0.44 |
| Hex | 6B | 76 | 68 | 9 | 0 | C | 36 | 6B | 6 | 2C |
| Octal | 153 | 166 | 150 | 11 | 0 | 14 | 66 | 153 | 6 | 54 |
| Binary | 1101011 | 1110110 | 1101000 | 1001 | 0 | 1100 | 110110 | 1101011 | 110 | 101100 |
Color Harmonies of #6B7668
Complementary color
Monochromatic Colors of #6B7668
Black with #6B7668
Text Example
Text Example
White with #6B7668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7668; }
p { color: rgb(107,118,104); }
H1.HeaderClassName
{
color: #6B7668;
}
.AnyTagClassName
{
color: #6B7668;
}
</style>
background-color css
<style>
a { background-color: #6B7668; }
a { background-color: rgb(107,118,104); }
div.DivClassName
{
background-color: #6B7668;
}
.BgClassName
{
background-color: #6B7668;
}
</style>
border-color css
<style>
span { border-color: #6B7668; }
span { border-color: rgb(107,118,104); }
td.TdClassName
{
border-color: #6B7668;
}
.TagClassName
{
border-color: #6B7668;
}
</style>