Shades of Finlandia #6B6D6B
Tints of Finlandia #6B6D6B
RGB
CMYK
RGB Variations
Color information
#6B6D6B (or 0x6B6D6B) is known color: Finlandia. HEX triplet: 6B, 6D and 6B. RGB value is (107,109,107). Sum of RGB (Red+Green+Blue) = 107+109+107=323 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.13% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6D6B is #949294. Grayscale: #6C6C6C. Windows color (decimal): -9736853 or 7040363. OLE color: 7040363.
HSL color Cylindrical-coordinate representation of color #6B6D6B: hue angle of 120º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #6B6D6B is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
RGB | 107 | 109 | 107 | - |
CMYK | 0.02 | 0 | 0.02 | 0.57 |
HSL | 120º | 0.01% | 0.42% | - |
HSV(B) | 120º | 0.02% | 0.43% | - |
XYZ | 14.19 | 15.12 | 16.08 | - |
YUV | 108.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 109 | 107 | 0.02 | 0 | 0.02 | 0.57 | 120 | 0.01 | 0.42 |
Hex | 6B | 6D | 6B | 2 | 0 | 2 | 39 | 78 | 1 | 2A |
Octal | 153 | 155 | 153 | 2 | 0 | 2 | 71 | 170 | 1 | 52 |
Binary | 1101011 | 1101101 | 1101011 | 10 | 0 | 10 | 111001 | 1111000 | 1 | 101010 |
Color Harmonies of #6B6D6B
Complementary color
Monochromatic Colors of #6B6D6B
Black with #6B6D6B
Text Example
Text Example
White with #6B6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D6B; }
p { color: rgb(107,109,107); }
H1.HeaderClassName
{
color: #6B6D6B;
}
.AnyTagClassName
{
color: #6B6D6B;
}
</style>
background-color css
<style>
a { background-color: #6B6D6B; }
a { background-color: rgb(107,109,107); }
div.DivClassName
{
background-color: #6B6D6B;
}
.BgClassName
{
background-color: #6B6D6B;
}
</style>
border-color css
<style>
span { border-color: #6B6D6B; }
span { border-color: rgb(107,109,107); }
td.TdClassName
{
border-color: #6B6D6B;
}
.TagClassName
{
border-color: #6B6D6B;
}
</style>