#626A70

Color #626A70 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #626A70

Tints of Mid Grey #626A70

Color information

#626A70 (or 0x626A70) is unknown color: approx Mid Grey. HEX triplet: 62, 6A and 70. RGB value is (98,106,112). Sum of RGB (Red+Green+Blue) = 98+106+112=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 112 - color contains mainly: blue. Hex color #626A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626A70 is #9D958F. Grayscale: #686868. Windows color (decimal): -10327440 or 7367266. OLE color: 7367266.

HSL color Cylindrical-coordinate representation of color #626A70: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #626A70 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB98106112-
CMYK0.130.0500.56
HSL205.71º6.67%41.18%-
HSV(B)205.71º12.5%43.92%-
XYZ13.1214.0717.35-
YUV104.29132.35123.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=31.01%
G=33.54%
B=35.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981061120.130.0500.56205.716.6741.18
Hex626A70D5038ce729
Octal142152160155070316751
Binary1100010110101011100001101101011100011001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #626A70;
 }
 .AnyTagClassName
 {
   color: #626A70;
 }
</style>
background-color css

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

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

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

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

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

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