#607376

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

Shades of Pale Sky #607376

Tints of Pale Sky #607376

Color information

#607376 (or 0x607376) is unknown color: approx Pale Sky. HEX triplet: 60, 73 and 76. RGB value is (96,115,118). Sum of RGB (Red+Green+Blue) = 96+115+118=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #607376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607376 is #9F8C89. Grayscale: #6D6D6D. Windows color (decimal): -10456202 or 7762784. OLE color: 7762784.

HSL color Cylindrical-coordinate representation of color #607376: hue angle of 188.18º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #607376 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB96115118-
CMYK0.190.0300.54
HSL188.18º10.28%41.96%-
HSV(B)188.18º18.64%46.27%-
XYZ14.2216.0619.49-
YUV109.66132.71118.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=29.18%
G=34.95%
B=35.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal961151180.190.0300.54188.1810.2841.96
Hex607376133036bca2a
Octal1401631662330662741252
Binary11000001110011111011010011110110110101111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607376; }

 p { color: rgb(96,115,118); }

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

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

 a { background-color: rgb(96,115,118); }

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

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

 span { border-color: rgb(96,115,118); }

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