#616D73

Color #616D73 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #616D73

Tints of Pale Sky #616D73

Color information

#616D73 (or 0x616D73) is unknown color: approx Pale Sky. HEX triplet: 61, 6D and 73. RGB value is (97,109,115). Sum of RGB (Red+Green+Blue) = 97+109+115=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 115 (45.31% from 255 or 35.83% from 321); Max value from RGB is 115 - color contains mainly: blue. Hex color #616D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D73 is #9E928C. Grayscale: #6A6A6A. Windows color (decimal): -10392205 or 7564641. OLE color: 7564641.

HSL color Cylindrical-coordinate representation of color #616D73: hue angle of 200º 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 #616D73 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97109115-
CMYK0.160.0500.55
HSL200º8.49%41.57%-
HSV(B)200º15.65%45.1%-
XYZ13.4914.7218.35-
YUV106.1133.02121.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 115 (45.31% from 255) = 35.83%
R=30.22%
G=33.96%
B=35.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971091150.160.0500.552008.4941.57
Hex616D73105037c882a
Octal1411551632050673101052
Binary110000111011011110011100001010110111110010001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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