#607277

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

Shades of Pale Sky #607277

Tints of Pale Sky #607277

Color information

#607277 (or 0x607277) is unknown color: approx Pale Sky. HEX triplet: 60, 72 and 77. RGB value is (96,114,119). Sum of RGB (Red+Green+Blue) = 96+114+119=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #607277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607277 is #9F8D88. Grayscale: #6D6D6D. Windows color (decimal): -10456457 or 7828064. OLE color: 7828064.

HSL color Cylindrical-coordinate representation of color #607277: hue angle of 193.04º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #607277 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB96114119-
CMYK0.190.0400.53
HSL193.04º10.7%42.16%-
HSV(B)193.04º19.33%46.67%-
XYZ14.1715.8519.77-
YUV109.19133.54118.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.18%
GREEN value IS 114 (44.92% from 255) = 34.65%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=29.18%
G=34.65%
B=36.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal961141190.190.0400.53193.0410.742.16
Hex607277134035c1b2a
Octal1401621672340653011352
Binary110000011100101110111100111000110101110000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607277; }

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

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

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

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

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

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

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

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