#606D72

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

Shades of Pale Sky #606D72

Tints of Pale Sky #606D72

Color information

#606D72 (or 0x606D72) is unknown color: approx Pale Sky. HEX triplet: 60, 6D and 72. RGB value is (96,109,114). Sum of RGB (Red+Green+Blue) = 96+109+114=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #606D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D72 is #9F928D. Grayscale: #696969. Windows color (decimal): -10457742 or 7499104. OLE color: 7499104.

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

Color convert

RGB96109114-
CMYK0.160.0400.55
HSL196.67º8.57%41.18%-
HSV(B)196.67º15.79%44.71%-
XYZ13.3314.6418.04-
YUV105.68132.69121.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.09%
GREEN value IS 109 (42.97% from 255) = 34.17%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=30.09%
G=34.17%
B=35.74%

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
Decimal961091140.160.0400.55196.678.5741.18
Hex606D72104037c5929
Octal1401551622040673051151
Binary110000011011011110010100001000110111110001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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