Html Css Color HEX #626860 Finlandia

📋 copy color: '#626860'

red 98 ◦ green 104 ◦ blue 96

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

Shades of Finlandia #626860

Tints of Finlandia #626860

RGB

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

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

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

R = 32.89%
G = 34.9%
B = 32.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#626860 (or 0x626860) is known color: Finlandia. HEX triplet: 62, 68 and 60. RGB value is (98,104,96). Sum of RGB (Red+Green+Blue) = 98+104+96=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 104 - color contains mainly: green. Hex color #626860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626860 is #9D979F. Grayscale: #656565. Windows color (decimal): -10327968 or 6318178. OLE color: 6318178.

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

Color convert

RGB 98 104 96 -
CMYK 0.06 0 0.08 0.59
HSL 105º 0.04% 0.39% -
HSV(B) 105º 0.08% 0.41% -
XYZ 12.1 13.34 13 -
YUV 101.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 98 104 96 0.06 0 0.08 0.59 105 0.04 0.39
Hex 62 68 60 6 0 8 3B 69 4 27
Octal 142 150 140 6 0 10 73 151 4 47
Binary 1100010 1101000 1100000 110 0 1000 111011 1101001 100 100111

Color Harmonies of #626860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626860

Black with #626860

Text Example


Text Example

White with #626860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626860; }

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

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

background-color css

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

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

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

border-color css

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

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

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