#646374

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

Shades of Comet #646374

Tints of Comet #646374

Color information

#646374 (or 0x646374) is unknown color: approx Comet. HEX triplet: 64, 63 and 74. RGB value is (100,99,116). Sum of RGB (Red+Green+Blue) = 100+99+116=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 116 - color contains mainly: blue. Hex color #646374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646374 is #9B9C8B. Grayscale: #656565. Windows color (decimal): -10198156 or 7627620. OLE color: 7627620.

HSL color Cylindrical-coordinate representation of color #646374: hue angle of 243.53º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646374 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10099116-
CMYK0.140.1500.55
HSL243.53º7.91%42.16%-
HSV(B)243.53º14.66%45.49%-
XYZ12.8712.8918.33-
YUV101.24136.33127.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 116 (45.70% from 255) = 36.83%
R=31.75%
G=31.43%
B=36.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal100991160.140.1500.55243.537.9142.16
Hex646374EF037f482a
Octal14414316416170673641052
Binary110010011000111110100111011110110111111101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646374; }

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

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

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

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

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

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

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

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