#606E74

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

Shades of Pale Sky #606E74

Tints of Pale Sky #606E74

Color information

#606E74 (or 0x606E74) is unknown color: approx Pale Sky. HEX triplet: 60, 6E and 74. RGB value is (96,110,116). Sum of RGB (Red+Green+Blue) = 96+110+116=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 116 (45.70% from 255 or 36.02% from 322); Max value from RGB is 116 - color contains mainly: blue. Hex color #606E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606E74 is #9F918B. Grayscale: #6A6A6A. Windows color (decimal): -10457484 or 7630432. OLE color: 7630432.

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

Color convert

RGB96110116-
CMYK0.170.0500.55
HSL198º9.43%41.57%-
HSV(B)198º17.24%45.49%-
XYZ13.5514.918.68-
YUV106.5133.36120.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 116 (45.70% from 255) = 36.02%
R=29.81%
G=34.16%
B=36.02%

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
Decimal961101160.170.0500.551989.4341.57
Hex606E74115037c692a
Octal1401561642150673061152
Binary110000011011101110100100011010110111110001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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