#63647D

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

Shades of Comet #63647D

Tints of Comet #63647D

Color information

#63647D (or 0x63647D) is unknown color: approx Comet. HEX triplet: 63, 64 and 7D. RGB value is (99,100,125). Sum of RGB (Red+Green+Blue) = 99+100+125=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #63647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63647D is #9C9B82. Grayscale: #666666. Windows color (decimal): -10263427 or 8217699. OLE color: 8217699.

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

Color convert

RGB99100125-
CMYK0.210.200.51
HSL237.69º11.61%43.92%-
HSV(B)237.69º20.8%49.02%-
XYZ13.413.2521.25-
YUV102.55140.67125.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=30.56%
G=30.86%
B=38.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal991001250.210.200.51237.6911.6143.92
Hex63647D1514033eec2c
Octal14314417525240633561454
Binary11000111100100111110110101101000110011111011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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