#606F72

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

Shades of Pale Sky #606F72

Tints of Pale Sky #606F72

Color information

#606F72 (or 0x606F72) is unknown color: approx Pale Sky. HEX triplet: 60, 6F and 72. RGB value is (96,111,114). Sum of RGB (Red+Green+Blue) = 96+111+114=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 111 (43.75% from 255 or 34.58% 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 #606F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F72 is #9F908D. Grayscale: #6A6A6A. Windows color (decimal): -10457230 or 7499616. OLE color: 7499616.

HSL color Cylindrical-coordinate representation of color #606F72: hue angle of 190º 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 #606F72 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB96111114-
CMYK0.160.0300.55
HSL190º8.57%41.18%-
HSV(B)190º15.79%44.71%-
XYZ13.5515.0718.11-
YUV106.86132.03120.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.91%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=29.91%
G=34.58%
B=35.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961111140.160.0300.551908.5741.18
Hex606F72103037be929
Octal1401571622030672761151
Binary11000001101111111001010000110110111101111101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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