#63797E

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

Shades of Blue Bayoux #63797E

Tints of Blue Bayoux #63797E

Color information

#63797E (or 0x63797E) is unknown color: approx Blue Bayoux. HEX triplet: 63, 79 and 7E. RGB value is (99,121,126). Sum of RGB (Red+Green+Blue) = 99+121+126=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 121 (47.66% from 255 or 34.97% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 126 - color contains mainly: blue. Hex color #63797E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63797E is #9C8681. Grayscale: #727272. Windows color (decimal): -10258050 or 8288611. OLE color: 8288611.

HSL color Cylindrical-coordinate representation of color #63797E: hue angle of 191.11º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63797E is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB99121126-
CMYK0.210.0400.51
HSL191.11º12%44.12%-
HSV(B)191.11º21.43%49.41%-
XYZ15.7517.8322.35-
YUV114.99134.21116.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 121 (47.66% from 255) = 34.97%
BLUE value IS 126 (49.61% from 255) = 36.42%
R=28.61%
G=34.97%
B=36.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991211260.210.0400.51191.111244.12
Hex63797E154033bfc2c
Octal1431711762540632771454
Binary110001111110011111110101011000110011101111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63797E; }

 p { color: rgb(99,121,126); }

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

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

 a { background-color: rgb(99,121,126); }

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

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

 span { border-color: rgb(99,121,126); }

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