#63767D

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

Shades of Blue Bayoux #63767D

Tints of Blue Bayoux #63767D

Color information

#63767D (or 0x63767D) is unknown color: approx Blue Bayoux. HEX triplet: 63, 76 and 7D. RGB value is (99,118,125). Sum of RGB (Red+Green+Blue) = 99+118+125=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 125 - color contains mainly: blue. Hex color #63767D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63767D is #9C8982. Grayscale: #717171. Windows color (decimal): -10258819 or 8222307. OLE color: 8222307.

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

Color convert

RGB99118125-
CMYK0.210.0600.51
HSL196.15º11.61%43.92%-
HSV(B)196.15º20.8%49.02%-
XYZ15.3317.0921.89-
YUV113.12134.71117.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=28.95%
G=34.50%
B=36.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991181250.210.0600.51196.1511.6143.92
Hex63767D156033c4c2c
Octal1431661752560633041454
Binary110001111101101111101101011100110011110001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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