#63797F

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

Shades of Blue Bayoux #63797F

Tints of Blue Bayoux #63797F

Color information

#63797F (or 0x63797F) is unknown color: approx Blue Bayoux. HEX triplet: 63, 79 and 7F. RGB value is (99,121,127). Sum of RGB (Red+Green+Blue) = 99+121+127=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 127 - color contains mainly: blue. Hex color #63797F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63797F is #9C8680. Grayscale: #737373. Windows color (decimal): -10258049 or 8354147. OLE color: 8354147.

HSL color Cylindrical-coordinate representation of color #63797F: hue angle of 192.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63797F is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB99121127-
CMYK0.220.0500.50
HSL192.86º12.39%44.31%-
HSV(B)192.86º22.05%49.8%-
XYZ15.8117.8622.69-
YUV115.11134.71116.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 121 (47.66% from 255) = 34.87%
BLUE value IS 127 (50% from 255) = 36.60%
R=28.53%
G=34.87%
B=36.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991211270.220.0500.50192.8612.3944.31
Hex63797F165032c1c2c
Octal1431711772650623011454
Binary110001111110011111111101101010110010110000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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