#616D78

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

Shades of Mid Grey #616D78

Tints of Mid Grey #616D78

Color information

#616D78 (or 0x616D78) is unknown color: approx Mid Grey. HEX triplet: 61, 6D and 78. RGB value is (97,109,120). Sum of RGB (Red+Green+Blue) = 97+109+120=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 120 (47.27% from 255 or 36.81% from 326); Max value from RGB is 120 - color contains mainly: blue. Hex color #616D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D78 is #9E9287. Grayscale: #6A6A6A. Windows color (decimal): -10392200 or 7892321. OLE color: 7892321.

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

Color convert

RGB97109120-
CMYK0.190.0900.53
HSL208.7º10.6%42.55%-
HSV(B)208.7º19.17%47.06%-
XYZ13.7914.8319.91-
YUV106.67135.52121.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 120 (47.27% from 255) = 36.81%
R=29.75%
G=33.44%
B=36.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal971091200.190.0900.53208.710.642.55
Hex616D78139035d1b2b
Octal14115517023110653211353
Binary1100001110110111110001001110010110101110100011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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