#616D72

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

Shades of Pale Sky #616D72

Tints of Pale Sky #616D72

Color information

#616D72 (or 0x616D72) is unknown color: approx Pale Sky. HEX triplet: 61, 6D and 72. RGB value is (97,109,114). Sum of RGB (Red+Green+Blue) = 97+109+114=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #616D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D72 is #9E928D. Grayscale: #696969. Windows color (decimal): -10392206 or 7499105. OLE color: 7499105.

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

Color convert

RGB97109114-
CMYK0.150.0400.55
HSL197.65º8.06%41.37%-
HSV(B)197.65º14.91%44.71%-
XYZ13.4414.6918.05-
YUV105.98132.52121.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 109 (42.97% from 255) = 34.06%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=30.31%
G=34.06%
B=35.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971091140.150.0400.55197.658.0641.37
Hex616D72F4037c6829
Octal1411551621740673061051
Binary11000011101101111001011111000110111110001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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