Shades of Finlandia #6B726B
Tints of Finlandia #6B726B
RGB
CMYK
RGB Variations
Color information
#6B726B (or 0x6B726B) is known color: Finlandia. HEX triplet: 6B, 72 and 6B. RGB value is (107,114,107). Sum of RGB (Red+Green+Blue) = 107+114+107=328 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.62% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 114 - color contains mainly: green. Hex color #6B726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B726B is #948D94. Grayscale: #6F6F6F. Windows color (decimal): -9735573 or 7041643. OLE color: 7041643.
HSL color Cylindrical-coordinate representation of color #6B726B: hue angle of 120º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6B726B is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
RGB | 107 | 114 | 107 | - |
CMYK | 0.06 | 0 | 0.06 | 0.55 |
HSL | 120º | 0.03% | 0.43% | - |
HSV(B) | 120º | 0.06% | 0.45% | - |
XYZ | 14.73 | 16.22 | 16.26 | - |
YUV | 111.11 | 125.68 | 125.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 114 | 107 | 0.06 | 0 | 0.06 | 0.55 | 120 | 0.03 | 0.43 |
Hex | 6B | 72 | 6B | 6 | 0 | 6 | 37 | 78 | 3 | 2B |
Octal | 153 | 162 | 153 | 6 | 0 | 6 | 67 | 170 | 3 | 53 |
Binary | 1101011 | 1110010 | 1101011 | 110 | 0 | 110 | 110111 | 1111000 | 11 | 101011 |
Color Harmonies of #6B726B
Complementary color
Monochromatic Colors of #6B726B
Black with #6B726B
Text Example
Text Example
White with #6B726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B726B; }
p { color: rgb(107,114,107); }
H1.HeaderClassName
{
color: #6B726B;
}
.AnyTagClassName
{
color: #6B726B;
}
</style>
background-color css
<style>
a { background-color: #6B726B; }
a { background-color: rgb(107,114,107); }
div.DivClassName
{
background-color: #6B726B;
}
.BgClassName
{
background-color: #6B726B;
}
</style>
border-color css
<style>
span { border-color: #6B726B; }
span { border-color: rgb(107,114,107); }
td.TdClassName
{
border-color: #6B726B;
}
.TagClassName
{
border-color: #6B726B;
}
</style>