Html Css Color HEX #607376 Pale Sky

📋 copy color: '#607376'

red 96 ◦ green 115 ◦ blue 118

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

Shades of Pale Sky #607376

Tints of Pale Sky #607376

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

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

RGB 96 115 118 -
CMYK 0.19 0.03 0 0.54
HSL 188.18º 0.1% 0.42% -
HSV(B) 188.18º 0.19% 0.46% -
XYZ 14.22 16.06 19.49 -
YUV 109.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 96 115 118 0.19 0.03 0 0.54 188.18 0.1 0.42
Hex 60 73 76 13 3 0 36 BC A 2A
Octal 140 163 166 23 3 0 66 274 12 52
Binary 1100000 1110011 1110110 10011 11 0 110110 10111100 1010 101010

Color Harmonies of #607376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607376

Black with #607376

Text Example


Text Example

White with #607376

Text Example


Text Example

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