Html Css Color HEX #626C60 Finlandia

📋 copy color: '#626C60'

red 98 ◦ green 108 ◦ blue 96

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

Shades of Finlandia #626C60

Tints of Finlandia #626C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.76%

 BLUE value IS 96 (37.89% from 255) = 31.79%

R = 32.45%
G = 35.76%
B = 31.79%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#626C60 (or 0x626C60) is known color: Finlandia. HEX triplet: 62, 6C and 60. RGB value is (98,108,96). Sum of RGB (Red+Green+Blue) = 98+108+96=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 108 - color contains mainly: green. Hex color #626C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626C60 is #9D939F. Grayscale: #676767. Windows color (decimal): -10326944 or 6319202. OLE color: 6319202.

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

Color convert

RGB 98 108 96 -
CMYK 0.09 0 0.11 0.58
HSL 110º 0.06% 0.4% -
HSV(B) 110º 0.11% 0.42% -
XYZ 12.51 14.17 13.14 -
YUV 103.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 98 108 96 0.09 0 0.11 0.58 110 0.06 0.4
Hex 62 6C 60 9 0 B 3A 6E 6 28
Octal 142 154 140 11 0 13 72 156 6 50
Binary 1100010 1101100 1100000 1001 0 1011 111010 1101110 110 101000

Color Harmonies of #626C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626C60

Black with #626C60

Text Example


Text Example

White with #626C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,108,96); }

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

background-color css

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

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

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

border-color css

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

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

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