#646874

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

Shades of Comet #646874

Tints of Comet #646874

Color information

#646874 (or 0x646874) is unknown color: approx Comet. HEX triplet: 64, 68 and 74. RGB value is (100,104,116). Sum of RGB (Red+Green+Blue) = 100+104+116=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 104 (41.02% from 255 or 32.5% from 320); Blue value is 116 (45.70% from 255 or 36.25% from 320); Max value from RGB is 116 - color contains mainly: blue. Hex color #646874 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646874 is #9B978B. Grayscale: #686868. Windows color (decimal): -10196876 or 7628900. OLE color: 7628900.

HSL color Cylindrical-coordinate representation of color #646874: hue angle of 225º 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 #646874 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB100104116-
CMYK0.140.1000.55
HSL225º7.41%42.35%-
HSV(B)225º13.79%45.49%-
XYZ13.3613.8718.5-
YUV104.17134.67125.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 104 (41.02% from 255) = 32.5%
BLUE value IS 116 (45.70% from 255) = 36.25%
R=31.25%
G=32.5%
B=36.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001041160.140.1000.552257.4142.35
Hex646874EA037e172a
Octal1441501641612067341752
Binary11001001101000111010011101010011011111100001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646874; }

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

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

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

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

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

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

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

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