#637477

Color #637477 Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #637477

Tints of Blue Bayoux #637477

Color information

#637477 (or 0x637477) is unknown color: approx Blue Bayoux. HEX triplet: 63, 74 and 77. RGB value is (99,116,119). Sum of RGB (Red+Green+Blue) = 99+116+119=334 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.64% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 119 - color contains mainly: blue. Hex color #637477 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637477 is #9C8B88. Grayscale: #6F6F6F. Windows color (decimal): -10259337 or 7828579. OLE color: 7828579.

HSL color Cylindrical-coordinate representation of color #637477: hue angle of 189º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #637477 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB99116119-
CMYK0.170.0300.53
HSL189º9.17%42.75%-
HSV(B)189º16.81%46.67%-
XYZ14.7216.4819.86-
YUV111.26132.37119.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.64%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 119 (46.88% from 255) = 35.63%
R=29.64%
G=34.73%
B=35.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal991161190.170.0300.531899.1742.75
Hex637477113035bd92b
Octal1431641672130652751153
Binary11000111110100111011110001110110101101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637477; }

 p { color: rgb(99,116,119); }

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

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

 a { background-color: rgb(99,116,119); }

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

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

 span { border-color: rgb(99,116,119); }

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