#626D78

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

Shades of Mid Grey #626D78

Tints of Mid Grey #626D78

Color information

#626D78 (or 0x626D78) is unknown color: approx Mid Grey. HEX triplet: 62, 6D and 78. RGB value is (98,109,120). Sum of RGB (Red+Green+Blue) = 98+109+120=327 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.97% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 120 (47.27% from 255 or 36.70% from 327); Max value from RGB is 120 - color contains mainly: blue. Hex color #626D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D78 is #9D9287. Grayscale: #6A6A6A. Windows color (decimal): -10326664 or 7892322. OLE color: 7892322.

HSL color Cylindrical-coordinate representation of color #626D78: hue angle of 210º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #626D78 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB98109120-
CMYK0.180.0900.53
HSL210º10.09%42.75%-
HSV(B)210º18.33%47.06%-
XYZ13.914.8919.91-
YUV106.96135.36121.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.97%
GREEN value IS 109 (42.97% from 255) = 33.33%
BLUE value IS 120 (47.27% from 255) = 36.70%
R=29.97%
G=33.33%
B=36.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal981091200.180.0900.5321010.0942.75
Hex626D78129035d2a2b
Octal14215517022110653221253
Binary1100010110110111110001001010010110101110100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,109,120); }

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

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

 a { background-color: rgb(98,109,120); }

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

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

 span { border-color: rgb(98,109,120); }

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