#63777C

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

Shades of Blue Bayoux #63777C

Tints of Blue Bayoux #63777C

Color information

#63777C (or 0x63777C) is unknown color: approx Blue Bayoux. HEX triplet: 63, 77 and 7C. RGB value is (99,119,124). Sum of RGB (Red+Green+Blue) = 99+119+124=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 119 (46.88% from 255 or 34.80% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 124 - color contains mainly: blue. Hex color #63777C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63777C is #9C8883. Grayscale: #717171. Windows color (decimal): -10258564 or 8157027. OLE color: 8157027.

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

Color convert

RGB99119124-
CMYK0.200.0400.51
HSL192º11.21%43.73%-
HSV(B)192º20.16%48.63%-
XYZ15.3817.321.6-
YUV113.59133.87117.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 119 (46.88% from 255) = 34.80%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=28.95%
G=34.80%
B=36.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991191240.200.0400.5119211.2143.73
Hex63777C144033c0b2c
Octal1431671742440633001354
Binary110001111101111111100101001000110011110000001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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