#63717C

Color #63717C Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #63717C

Tints of Mid Grey #63717C

Color information

#63717C (or 0x63717C) is unknown color: approx Mid Grey. HEX triplet: 63, 71 and 7C. RGB value is (99,113,124). Sum of RGB (Red+Green+Blue) = 99+113+124=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 124 - color contains mainly: blue. Hex color #63717C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63717C is #9C8E83. Grayscale: #6E6E6E. Windows color (decimal): -10260100 or 8155491. OLE color: 8155491.

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

Color convert

RGB99113124-
CMYK0.200.0900.51
HSL206.4º11.21%43.73%-
HSV(B)206.4º20.16%48.63%-
XYZ14.6915.9221.37-
YUV110.07135.86120.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.46%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 124 (48.83% from 255) = 36.90%
R=29.46%
G=33.63%
B=36.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991131240.200.0900.51206.411.2143.73
Hex63717C149033ceb2c
Octal14316117424110633161354
Binary1100011111000111111001010010010110011110011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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