Html Css Color HEX #626A61 Finlandia

📋 copy color: '#626A61'

red 98 ◦ green 106 ◦ blue 97

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

Shades of Finlandia #626A61

Tints of Finlandia #626A61

RGB

 RED value IS 98 (38.67% from 255) = 32.56%

 GREEN value IS 106 (41.8% from 255) = 35.22%

 BLUE value IS 97 (38.28% from 255) = 32.23%

R = 32.56%
G = 35.22%
B = 32.23%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#626A61 (or 0x626A61) is known color: Finlandia. HEX triplet: 62, 6A and 61. RGB value is (98,106,97). Sum of RGB (Red+Green+Blue) = 98+106+97=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 106 - color contains mainly: green. Hex color #626A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A61 is #9D959E. Grayscale: #666666. Windows color (decimal): -10327455 or 6384226. OLE color: 6384226.

HSL color Cylindrical-coordinate representation of color #626A61: hue angle of 113.33º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #626A61 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 98 106 97 -
CMYK 0.08 0 0.08 0.58
HSL 113.33º 0.04% 0.4% -
HSV(B) 113.33º 0.08% 0.42% -
XYZ 12.35 13.77 13.32 -
YUV 102.58 124.85 124.73 -
System Red Green Blue C M Y K H S L
Decimal 98 106 97 0.08 0 0.08 0.58 113.33 0.04 0.4
Hex 62 6A 61 8 0 8 3A 71 4 28
Octal 142 152 141 10 0 10 72 161 4 50
Binary 1100010 1101010 1100001 1000 0 1000 111010 1110001 100 101000

Color Harmonies of #626A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626A61

Black with #626A61

Text Example


Text Example

White with #626A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626A61; }

 p { color: rgb(98,106,97); }

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

background-color css

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

 a { background-color: rgb(98,106,97); }

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

border-color css

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

 span { border-color: rgb(98,106,97); }

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