#646B71

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

Shades of Mid Grey #646B71

Tints of Mid Grey #646B71

Color information

#646B71 (or 0x646B71) is unknown color: approx Mid Grey. HEX triplet: 64, 6B and 71. RGB value is (100,107,113). Sum of RGB (Red+Green+Blue) = 100+107+113=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 113 - color contains mainly: blue. Hex color #646B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B71 is #9B948E. Grayscale: #696969. Windows color (decimal): -10196111 or 7433060. OLE color: 7433060.

HSL color Cylindrical-coordinate representation of color #646B71: hue angle of 207.69º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646B71 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB100107113-
CMYK0.120.0500.56
HSL207.69º6.1%41.76%-
HSV(B)207.69º11.5%44.31%-
XYZ13.4914.4217.69-
YUV105.59132.18124.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=31.25%
G=33.44%
B=35.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001071130.120.0500.56207.696.141.76
Hex646B71C5038d062a
Octal144153161145070320652
Binary1100100110101111100011100101011100011010000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,107,113); }

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

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

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

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

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

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

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