#63657C

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

Shades of Comet #63657C

Tints of Comet #63657C

Color information

#63657C (or 0x63657C) is unknown color: approx Comet. HEX triplet: 63, 65 and 7C. RGB value is (99,101,124). Sum of RGB (Red+Green+Blue) = 99+101+124=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 124 - color contains mainly: blue. Hex color #63657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63657C is #9C9A83. Grayscale: #666666. Windows color (decimal): -10263172 or 8152419. OLE color: 8152419.

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

Color convert

RGB99101124-
CMYK0.200.1900.51
HSL235.2º11.21%43.73%-
HSV(B)235.2º20.16%48.63%-
XYZ13.4413.4220.95-
YUV103.02139.84125.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=30.56%
G=31.17%
B=38.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991011240.200.1900.51235.211.2143.73
Hex63657C1413033ebb2c
Octal14314517424230633531354
Binary11000111100101111110010100100110110011111010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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