#6C6E6C

Color #6C6E6C Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #6C6E6C

Tints of Finlandia #6C6E6C

Color information

#6C6E6C (or 0x6C6E6C) is unknown color: approx Finlandia. HEX triplet: 6C, 6E and 6C. RGB value is (108,110,108). Sum of RGB (Red+Green+Blue) = 108+110+108=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 108 (42.58% from 255 or 33.13% from 326); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6E6C is #939193. Grayscale: #6D6D6D. Windows color (decimal): -9671060 or 7106156. OLE color: 7106156.

HSL color Cylindrical-coordinate representation of color #6C6E6C: 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.02%. Process color model (Four color, CMYK) of #6C6E6C is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB108110108-
CMYK0.0200.020.57
HSL120º0.92%42.75%-
HSV(B)120º1.82%43.14%-
XYZ14.4715.4216.4-
YUV109.17127.34127.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 108 (42.58% from 255) = 33.13%
R=33.13%
G=33.74%
B=33.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1081101080.0200.020.571200.9242.75
Hex6C6E6C202397812b
Octal15415615420271170153
Binary1101100110111011011001001011100111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C6E6C; }

 p { color: rgb(108,110,108); }

 H1.HeaderClassName
 {
   color: #6C6E6C;
 }
 .AnyTagClassName
 {
   color: #6C6E6C;
 }
</style>
background-color css

<style>
 a { background-color: #6C6E6C; }

 a { background-color: rgb(108,110,108); }

 div.DivClassName
 {
   background-color: #6C6E6C;
 }
 .BgClassName
 {
   background-color: #6C6E6C;
 }
</style>
border-color css

<style>
 span { border-color: #6C6E6C; }

 span { border-color: rgb(108,110,108); }

 td.TdClassName
 {
   border-color: #6C6E6C;
 }
 .TagClassName
 {
   border-color: #6C6E6C;
 }
</style>