#606F74

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

Shades of Pale Sky #606F74

Tints of Pale Sky #606F74

Color information

#606F74 (or 0x606F74) is unknown color: approx Pale Sky. HEX triplet: 60, 6F and 74. RGB value is (96,111,116). Sum of RGB (Red+Green+Blue) = 96+111+116=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 116 - color contains mainly: blue. Hex color #606F74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606F74 is #9F908B. Grayscale: #6B6B6B. Windows color (decimal): -10457228 or 7630688. OLE color: 7630688.

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

Color convert

RGB96111116-
CMYK0.170.0400.55
HSL195º9.43%41.57%-
HSV(B)195º17.24%45.49%-
XYZ13.6615.1218.72-
YUV107.08133.03120.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.72%
GREEN value IS 111 (43.75% from 255) = 34.37%
BLUE value IS 116 (45.70% from 255) = 35.91%
R=29.72%
G=34.37%
B=35.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal961111160.170.0400.551959.4341.57
Hex606F74114037c392a
Octal1401571642140673031152
Binary110000011011111110100100011000110111110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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