#646A6D

Color #646A6D Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #646A6D

Tints of Mid Grey #646A6D

Color information

#646A6D (or 0x646A6D) is unknown color: approx Mid Grey. HEX triplet: 64, 6A and 6D. RGB value is (100,106,109). Sum of RGB (Red+Green+Blue) = 100+106+109=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #646A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A6D is #9B9592. Grayscale: #686868. Windows color (decimal): -10196371 or 7170660. OLE color: 7170660.

HSL color Cylindrical-coordinate representation of color #646A6D: hue angle of 200º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #646A6D is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB100106109-
CMYK0.080.0300.57
HSL200º4.31%40.98%-
HSV(B)200º8.26%42.75%-
XYZ13.1714.1216.5-
YUV104.55130.51124.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 106 (41.80% from 255) = 33.65%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=31.75%
G=33.65%
B=34.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1001061090.080.0300.572004.3140.98
Hex646A6D83039c8429
Octal144152155103071310451
Binary110010011010101101101100011011100111001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646A6D; }

 p { color: rgb(100,106,109); }

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

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

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

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

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

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

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