#63767C

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

Shades of Blue Bayoux #63767C

Tints of Blue Bayoux #63767C

Color information

#63767C (or 0x63767C) is unknown color: approx Blue Bayoux. HEX triplet: 63, 76 and 7C. RGB value is (99,118,124). Sum of RGB (Red+Green+Blue) = 99+118+124=341 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.03% from 341); Green value is 118 (46.48% from 255 or 34.60% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 124 - color contains mainly: blue. Hex color #63767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63767C is #9C8983. Grayscale: #707070. Windows color (decimal): -10258820 or 8156771. OLE color: 8156771.

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

Color convert

RGB99118124-
CMYK0.200.0500.51
HSL194.4º11.21%43.73%-
HSV(B)194.4º20.16%48.63%-
XYZ15.2617.0621.56-
YUV113134.21118.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.03%
GREEN value IS 118 (46.48% from 255) = 34.60%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=29.03%
G=34.60%
B=36.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991181240.200.0500.51194.411.2143.73
Hex63767C145033c2b2c
Octal1431661742450633021354
Binary110001111101101111100101001010110011110000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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