#616E73

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

Shades of Pale Sky #616E73

Tints of Pale Sky #616E73

Color information

#616E73 (or 0x616E73) is unknown color: approx Pale Sky. HEX triplet: 61, 6E and 73. RGB value is (97,110,115). Sum of RGB (Red+Green+Blue) = 97+110+115=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #616E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E73 is #9E918C. Grayscale: #6A6A6A. Windows color (decimal): -10391949 or 7564897. OLE color: 7564897.

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

Color convert

RGB97110115-
CMYK0.160.0400.55
HSL196.67º8.49%41.57%-
HSV(B)196.67º15.65%45.1%-
XYZ13.614.9318.38-
YUV106.68132.69121.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=30.12%
G=34.16%
B=35.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971101150.160.0400.55196.678.4941.57
Hex616E73104037c582a
Octal1411561632040673051052
Binary110000111011101110011100001000110111110001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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