Html Css Color HEX #646864 Finlandia

📋 copy color: '#646864'

red 100 ◦ green 104 ◦ blue 100

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

Shades of Finlandia #646864

Tints of Finlandia #646864

RGB

 RED value IS 100 (39.45% from 255) = 32.89%

 GREEN value IS 104 (41.02% from 255) = 34.21%

 BLUE value IS 100 (39.45% from 255) = 32.89%

R = 32.89%
G = 34.21%
B = 32.89%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#646864 (or 0x646864) is known color: Finlandia. HEX triplet: 64, 68 and 64. RGB value is (100,104,100). Sum of RGB (Red+Green+Blue) = 100+104+100=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 104 - color contains mainly: green. Hex color #646864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646864 is #9B979B. Grayscale: #666666. Windows color (decimal): -10196892 or 6580324. OLE color: 6580324.

HSL color Cylindrical-coordinate representation of color #646864: hue angle of 120º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #646864 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 100 104 100 -
CMYK 0.04 0 0.04 0.59
HSL 120º 0.02% 0.4% -
HSV(B) 120º 0.04% 0.41% -
XYZ 12.51 13.53 14.01 -
YUV 102.35 126.67 126.33 -
System Red Green Blue C M Y K H S L
Decimal 100 104 100 0.04 0 0.04 0.59 120 0.02 0.4
Hex 64 68 64 4 0 4 3B 78 2 28
Octal 144 150 144 4 0 4 73 170 2 50
Binary 1100100 1101000 1100100 100 0 100 111011 1111000 10 101000

Color Harmonies of #646864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646864

Black with #646864

Text Example


Text Example

White with #646864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646864; }

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

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

background-color css

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

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

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

border-color css

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

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

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