Html Css Color HEX #607277 Pale Sky

📋 copy color: '#607277'

red 96 ◦ green 114 ◦ blue 119

#607277
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Sky #607277

Tints of Pale Sky #607277

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 value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#607277 (or 0x607277) is known color: 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

RGB 96 114 119 -
CMYK 0.19 0.04 0 0.53
HSL 193.04º 0.11% 0.42% -
HSV(B) 193.04º 0.19% 0.47% -
XYZ 14.17 15.85 19.77 -
YUV 109.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 96 114 119 0.19 0.04 0 0.53 193.04 0.11 0.42
Hex 60 72 77 13 4 0 35 C1 B 2A
Octal 140 162 167 23 4 0 65 301 13 52
Binary 1100000 1110010 1110111 10011 100 0 110101 11000001 1011 101010

Color Harmonies of #607277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607277

Black with #607277

Text Example


Text Example

White with #607277

Text Example


Text Example

HTML Codes & Css Web 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>