#63747E

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

Shades of Blue Bayoux #63747E

Tints of Blue Bayoux #63747E

Color information

#63747E (or 0x63747E) is unknown color: approx Blue Bayoux. HEX triplet: 63, 74 and 7E. RGB value is (99,116,126). Sum of RGB (Red+Green+Blue) = 99+116+126=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #63747E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63747E is #9C8B81. Grayscale: #707070. Windows color (decimal): -10259330 or 8287331. OLE color: 8287331.

HSL color Cylindrical-coordinate representation of color #63747E: hue angle of 202.22º 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 #63747E is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB99116126-
CMYK0.210.0800.51
HSL202.22º12%44.12%-
HSV(B)202.22º21.43%49.41%-
XYZ15.1616.6522.15-
YUV112.06135.87118.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 126 (49.61% from 255) = 36.95%
R=29.03%
G=34.02%
B=36.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991161260.210.0800.51202.221244.12
Hex63747E158033cac2c
Octal14316417625100633121454
Binary1100011111010011111101010110000110011110010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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