#63757C

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

Shades of Blue Bayoux #63757C

Tints of Blue Bayoux #63757C

Color information

#63757C (or 0x63757C) is unknown color: approx Blue Bayoux. HEX triplet: 63, 75 and 7C. RGB value is (99,117,124). Sum of RGB (Red+Green+Blue) = 99+117+124=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 124 - color contains mainly: blue. Hex color #63757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63757C is #9C8A83. Grayscale: #707070. Windows color (decimal): -10259076 or 8156515. OLE color: 8156515.

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

Color convert

RGB99117124-
CMYK0.200.0600.51
HSL196.8º11.21%43.73%-
HSV(B)196.8º20.16%48.63%-
XYZ15.1416.8321.52-
YUV112.42134.54118.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 124 (48.83% from 255) = 36.47%
R=29.12%
G=34.41%
B=36.47%

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
Decimal991171240.200.0600.51196.811.2143.73
Hex63757C146033c5b2c
Octal1431651742460633051354
Binary110001111101011111100101001100110011110001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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