Html Css Color HEX #686B68 Finlandia

📋 copy color: '#686B68'

red 104 ◦ green 107 ◦ blue 104

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

Shades of Finlandia #686B68

Tints of Finlandia #686B68

RGB

 RED value IS 104 (41.02% from 255) = 33.02%

 GREEN value IS 107 (42.19% from 255) = 33.97%

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 33.02%
G = 33.97%
B = 33.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#686B68 (or 0x686B68) is known color: Finlandia. HEX triplet: 68, 6B and 68. RGB value is (104,107,104). Sum of RGB (Red+Green+Blue) = 104+107+104=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 107 - color contains mainly: green. Hex color #686B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B68 is #979497. Grayscale: #696969. Windows color (decimal): -9933976 or 6843240. OLE color: 6843240.

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

Color convert

RGB 104 107 104 -
CMYK 0.03 0 0.03 0.58
HSL 120º 0.01% 0.41% -
HSV(B) 120º 0.03% 0.42% -
XYZ 13.47 14.46 15.18 -
YUV 105.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 104 107 104 0.03 0 0.03 0.58 120 0.01 0.41
Hex 68 6B 68 3 0 3 3A 78 1 29
Octal 150 153 150 3 0 3 72 170 1 51
Binary 1101000 1101011 1101000 11 0 11 111010 1111000 1 101001

Color Harmonies of #686B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686B68

Black with #686B68

Text Example


Text Example

White with #686B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686B68; }

 p { color: rgb(104,107,104); }

 H1.HeaderClassName
 {
   color: #686B68;
 }
 .AnyTagClassName
 {
   color: #686B68;
 }
</style>

background-color css

<style>
 a { background-color: #686B68; }

 a { background-color: rgb(104,107,104); }

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

border-color css

<style>
 span { border-color: #686B68; }

 span { border-color: rgb(104,107,104); }

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