Html Css Color HEX #6C6D6C Finlandia

📋 copy color: '#6C6D6C'

red 108 ◦ green 109 ◦ blue 108

#6C6D6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finlandia #6C6D6C

Tints of Finlandia #6C6D6C

RGB

 RED value IS 108 (42.58% from 255) = 33.23%

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 108 (42.58% from 255) = 33.23%

R = 33.23%
G = 33.54%
B = 33.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6C6D6C (or 0x6C6D6C) is known color: Finlandia. HEX triplet: 6C, 6D and 6C. RGB value is (108,109,108). Sum of RGB (Red+Green+Blue) = 108+109+108=325 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.23% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D6C is #939293. Grayscale: #6C6C6C. Windows color (decimal): -9671316 or 7105900. OLE color: 7105900.

HSL color Cylindrical-coordinate representation of color #6C6D6C: hue angle of 120º degrees, saturation: 0, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #6C6D6C is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 108 109 108 -
CMYK 0.01 0 0.01 0.57
HSL 120º 0% 0.43% -
HSV(B) 120º 0.01% 0.43% -
XYZ 14.36 15.21 16.37 -
YUV 108.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 108 109 108 0.01 0 0.01 0.57 120 0 0.43
Hex 6C 6D 6C 1 0 1 39 78 0 2B
Octal 154 155 154 1 0 1 71 170 0 53
Binary 1101100 1101101 1101100 1 0 1 111001 1111000 0 101011

Color Harmonies of #6C6D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6D6C

Black with #6C6D6C

Text Example


Text Example

White with #6C6D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6C6D6C;
 }
 .AnyTagClassName
 {
   color: #6C6D6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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