#616E72

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

Shades of Pale Sky #616E72

Tints of Pale Sky #616E72

Color information

#616E72 (or 0x616E72) is unknown color: approx Pale Sky. HEX triplet: 61, 6E and 72. RGB value is (97,110,114). Sum of RGB (Red+Green+Blue) = 97+110+114=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #616E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E72 is #9E918D. Grayscale: #6A6A6A. Windows color (decimal): -10391950 or 7499361. OLE color: 7499361.

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

Color convert

RGB97110114-
CMYK0.150.0400.55
HSL194.12º8.06%41.37%-
HSV(B)194.12º14.91%44.71%-
XYZ13.5414.9118.08-
YUV106.57132.19121.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.22%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=30.22%
G=34.27%
B=35.51%

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
Decimal971101140.150.0400.55194.128.0641.37
Hex616E72F4037c2829
Octal1411561621740673021051
Binary11000011101110111001011111000110111110000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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