#63657D

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

Shades of Comet #63657D

Tints of Comet #63657D

Color information

#63657D (or 0x63657D) is unknown color: approx Comet. HEX triplet: 63, 65 and 7D. RGB value is (99,101,125). Sum of RGB (Red+Green+Blue) = 99+101+125=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #63657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63657D is #9C9A82. Grayscale: #676767. Windows color (decimal): -10263171 or 8217955. OLE color: 8217955.

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

Color convert

RGB99101125-
CMYK0.210.1900.51
HSL235.38º11.61%43.92%-
HSV(B)235.38º20.8%49.02%-
XYZ13.513.4421.28-
YUV103.14140.34125.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=30.46%
G=31.08%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991011250.210.1900.51235.3811.6143.92
Hex63657D1513033ebc2c
Octal14314517525230633531454
Binary11000111100101111110110101100110110011111010111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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