#63787E

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

Shades of Blue Bayoux #63787E

Tints of Blue Bayoux #63787E

Color information

#63787E (or 0x63787E) is unknown color: approx Blue Bayoux. HEX triplet: 63, 78 and 7E. RGB value is (99,120,126). Sum of RGB (Red+Green+Blue) = 99+120+126=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 120 (47.27% from 255 or 34.78% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 126 - color contains mainly: blue. Hex color #63787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63787E is #9C8781. Grayscale: #727272. Windows color (decimal): -10258306 or 8288355. OLE color: 8288355.

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

Color convert

RGB99120126-
CMYK0.210.0500.51
HSL193.33º12%44.12%-
HSV(B)193.33º21.43%49.41%-
XYZ15.6317.5922.31-
YUV114.4134.54117.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 120 (47.27% from 255) = 34.78%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=28.70%
G=34.78%
B=36.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991201260.210.0500.51193.331244.12
Hex63787E155033c1c2c
Octal1431701762550633011454
Binary110001111110001111110101011010110011110000011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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