Shades of Finlandia #6B6E6B
Tints of Finlandia #6B6E6B
RGB
CMYK
RGB Variations
Color information
#6B6E6B (or 0x6B6E6B) is known color: Finlandia. HEX triplet: 6B, 6E and 6B. RGB value is (107,110,107). Sum of RGB (Red+Green+Blue) = 107+110+107=324 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.02% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6E6B is #949194. Grayscale: #6C6C6C. Windows color (decimal): -9736597 or 7040619. OLE color: 7040619.
HSL color Cylindrical-coordinate representation of color #6B6E6B: hue angle of 120º degrees, saturation: 0.01, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #6B6E6B is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
RGB | 107 | 110 | 107 | - |
CMYK | 0.03 | 0 | 0.03 | 0.57 |
HSL | 120º | 0.01% | 0.43% | - |
HSV(B) | 120º | 0.03% | 0.43% | - |
XYZ | 14.29 | 15.34 | 16.12 | - |
YUV | 108.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 110 | 107 | 0.03 | 0 | 0.03 | 0.57 | 120 | 0.01 | 0.43 |
Hex | 6B | 6E | 6B | 3 | 0 | 3 | 39 | 78 | 1 | 2B |
Octal | 153 | 156 | 153 | 3 | 0 | 3 | 71 | 170 | 1 | 53 |
Binary | 1101011 | 1101110 | 1101011 | 11 | 0 | 11 | 111001 | 1111000 | 1 | 101011 |
Color Harmonies of #6B6E6B
Complementary color
Monochromatic Colors of #6B6E6B
Black with #6B6E6B
Text Example
Text Example
White with #6B6E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6E6B; }
p { color: rgb(107,110,107); }
H1.HeaderClassName
{
color: #6B6E6B;
}
.AnyTagClassName
{
color: #6B6E6B;
}
</style>
background-color css
<style>
a { background-color: #6B6E6B; }
a { background-color: rgb(107,110,107); }
div.DivClassName
{
background-color: #6B6E6B;
}
.BgClassName
{
background-color: #6B6E6B;
}
</style>
border-color css
<style>
span { border-color: #6B6E6B; }
span { border-color: rgb(107,110,107); }
td.TdClassName
{
border-color: #6B6E6B;
}
.TagClassName
{
border-color: #6B6E6B;
}
</style>