#646776

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

Shades of Comet #646776

Tints of Comet #646776

Color information

#646776 (or 0x646776) is unknown color: approx Comet. HEX triplet: 64, 67 and 76. RGB value is (100,103,118). Sum of RGB (Red+Green+Blue) = 100+103+118=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 118 (46.48% from 255 or 36.76% from 321); Max value from RGB is 118 - color contains mainly: blue. Hex color #646776 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646776 is #9B9889. Grayscale: #676767. Windows color (decimal): -10197130 or 7759716. OLE color: 7759716.

HSL color Cylindrical-coordinate representation of color #646776: hue angle of 230º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646776 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB100103118-
CMYK0.150.1300.54
HSL230º8.26%42.75%-
HSV(B)230º15.25%46.27%-
XYZ13.3813.7219.08-
YUV103.81136.01125.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 103 (40.62% from 255) = 32.09%
BLUE value IS 118 (46.48% from 255) = 36.76%
R=31.15%
G=32.09%
B=36.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001031180.150.1300.542308.2642.75
Hex646776FD036e682b
Octal14414716617150663461053
Binary110010011001111110110111111010110110111001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646776; }

 p { color: rgb(100,103,118); }

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

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

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

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

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

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

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