#646474

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

Shades of Comet #646474

Tints of Comet #646474

Color information

#646474 (or 0x646474) is unknown color: approx Comet. HEX triplet: 64, 64 and 74. RGB value is (100,100,116). Sum of RGB (Red+Green+Blue) = 100+100+116=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 116 (45.70% from 255 or 36.71% from 316); Max value from RGB is 116 - color contains mainly: blue. Hex color #646474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646474 is #9B9B8B. Grayscale: #656565. Windows color (decimal): -10197900 or 7627876. OLE color: 7627876.

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

Color convert

RGB100100116-
CMYK0.140.1400.55
HSL240º7.41%42.35%-
HSV(B)240º13.79%45.49%-
XYZ12.9713.0818.37-
YUV101.82136126.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 100 (39.45% from 255) = 31.65%
BLUE value IS 116 (45.70% from 255) = 36.71%
R=31.65%
G=31.65%
B=36.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001001160.140.1400.552407.4142.35
Hex646474EE037f072a
Octal1441441641616067360752
Binary11001001100100111010011101110011011111110000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646474; }

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

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

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

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

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

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

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

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