#616B73

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

Shades of Mid Grey #616B73

Tints of Mid Grey #616B73

Color information

#616B73 (or 0x616B73) is unknown color: approx Mid Grey. HEX triplet: 61, 6B and 73. RGB value is (97,107,115). Sum of RGB (Red+Green+Blue) = 97+107+115=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #616B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B73 is #9E948C. Grayscale: #686868. Windows color (decimal): -10392717 or 7564129. OLE color: 7564129.

HSL color Cylindrical-coordinate representation of color #616B73: hue angle of 206.67º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616B73 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97107115-
CMYK0.160.0700.55
HSL206.67º8.49%41.57%-
HSV(B)206.67º15.65%45.1%-
XYZ13.2814.2918.28-
YUV104.92133.69122.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=30.41%
G=33.54%
B=36.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971071150.160.0700.55206.678.4941.57
Hex616B73107037cf82a
Octal1411531632070673171052
Binary110000111010111110011100001110110111110011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,107,115); }

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

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

 a { background-color: rgb(97,107,115); }

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

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

 span { border-color: rgb(97,107,115); }

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