#63727C

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

Shades of Blue Bayoux #63727C

Tints of Blue Bayoux #63727C

Color information

#63727C (or 0x63727C) is unknown color: approx Blue Bayoux. HEX triplet: 63, 72 and 7C. RGB value is (99,114,124). Sum of RGB (Red+Green+Blue) = 99+114+124=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 124 - color contains mainly: blue. Hex color #63727C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63727C is #9C8D83. Grayscale: #6E6E6E. Windows color (decimal): -10259844 or 8155747. OLE color: 8155747.

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

Color convert

RGB99114124-
CMYK0.200.0800.51
HSL204º11.21%43.73%-
HSV(B)204º20.16%48.63%-
XYZ14.816.1421.4-
YUV110.65135.53119.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=29.38%
G=33.83%
B=36.80%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991141240.200.0800.5120411.2143.73
Hex63727C148033ccb2c
Octal14316217424100633141354
Binary1100011111001011111001010010000110011110011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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