#63747C

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

Shades of Blue Bayoux #63747C

Tints of Blue Bayoux #63747C

Color information

#63747C (or 0x63747C) is unknown color: approx Blue Bayoux. HEX triplet: 63, 74 and 7C. RGB value is (99,116,124). Sum of RGB (Red+Green+Blue) = 99+116+124=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 124 - color contains mainly: blue. Hex color #63747C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63747C is #9C8B83. Grayscale: #6F6F6F. Windows color (decimal): -10259332 or 8156259. OLE color: 8156259.

HSL color Cylindrical-coordinate representation of color #63747C: hue angle of 199.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 #63747C is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB99116124-
CMYK0.200.0600.51
HSL199.2º11.21%43.73%-
HSV(B)199.2º20.16%48.63%-
XYZ15.0316.621.48-
YUV111.83134.87118.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=29.20%
G=34.22%
B=36.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991161240.200.0600.51199.211.2143.73
Hex63747C146033c7b2c
Octal1431641742460633071354
Binary110001111101001111100101001100110011110001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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