#626860

Color #626860 Finlandia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finlandia #626860

Tints of Finlandia #626860

Color information

#626860 (or 0x626860) is unknown color: approx 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

RGB9810496-
CMYK0.0600.080.59
HSL105º4%39.22%-
HSV(B)105º7.69%40.78%-
XYZ12.113.3413-
YUV101.29125.01125.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.89%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=32.89%
G=34.90%
B=32.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98104960.0600.080.59105439.22
Hex6268606083B69427
Octal142150140601073151447
Binary110001011010001100000110010001110111101001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>