#606D73

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

Shades of Pale Sky #606D73

Tints of Pale Sky #606D73

Color information

#606D73 (or 0x606D73) is unknown color: approx Pale Sky. HEX triplet: 60, 6D and 73. RGB value is (96,109,115). Sum of RGB (Red+Green+Blue) = 96+109+115=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #606D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D73 is #9F928C. Grayscale: #696969. Windows color (decimal): -10457741 or 7564640. OLE color: 7564640.

HSL color Cylindrical-coordinate representation of color #606D73: hue angle of 198.95º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606D73 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB96109115-
CMYK0.170.0500.55
HSL198.95º9%41.37%-
HSV(B)198.95º16.52%45.1%-
XYZ13.3914.6618.34-
YUV105.8133.19121.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30%
GREEN value IS 109 (42.97% from 255) = 34.06%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=30%
G=34.06%
B=35.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961091150.170.0500.55198.95941.37
Hex606D73115037c7929
Octal1401551632150673071151
Binary110000011011011110011100011010110111110001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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