#63797C

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

Shades of Blue Bayoux #63797C

Tints of Blue Bayoux #63797C

Color information

#63797C (or 0x63797C) is unknown color: approx Blue Bayoux. HEX triplet: 63, 79 and 7C. RGB value is (99,121,124). Sum of RGB (Red+Green+Blue) = 99+121+124=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 121 (47.66% from 255 or 35.17% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #63797C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63797C is #9C8683. Grayscale: #727272. Windows color (decimal): -10258052 or 8157539. OLE color: 8157539.

HSL color Cylindrical-coordinate representation of color #63797C: hue angle of 187.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #63797C is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB99121124-
CMYK0.200.0200.51
HSL187.2º11.21%43.73%-
HSV(B)187.2º20.16%48.63%-
XYZ15.6217.7821.68-
YUV114.76133.21116.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 121 (47.66% from 255) = 35.17%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=28.78%
G=35.17%
B=36.05%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991211240.200.0200.51187.211.2143.73
Hex63797C142033bbb2c
Octal1431711742420632731354
Binary11000111111001111110010100100110011101110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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