#606D74

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

Shades of Pale Sky #606D74

Tints of Pale Sky #606D74

Color information

#606D74 (or 0x606D74) is unknown color: approx Pale Sky. HEX triplet: 60, 6D and 74. RGB value is (96,109,116). Sum of RGB (Red+Green+Blue) = 96+109+116=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: blue. Hex color #606D74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D74 is #9F928B. Grayscale: #696969. Windows color (decimal): -10457740 or 7630176. OLE color: 7630176.

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

Color convert

RGB96109116-
CMYK0.170.0600.55
HSL201º9.43%41.57%-
HSV(B)201º17.24%45.49%-
XYZ13.4414.6918.65-
YUV105.91133.69120.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 109 (42.97% from 255) = 33.96%
BLUE value IS 116 (45.70% from 255) = 36.14%
R=29.91%
G=33.96%
B=36.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961091160.170.0600.552019.4341.57
Hex606D74116037c992a
Octal1401551642160673111152
Binary110000011011011110100100011100110111110010011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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