#646B72

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

Shades of Mid Grey #646B72

Tints of Mid Grey #646B72

Color information

#646B72 (or 0x646B72) is unknown color: approx Mid Grey. HEX triplet: 64, 6B and 72. RGB value is (100,107,114). Sum of RGB (Red+Green+Blue) = 100+107+114=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #646B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B72 is #9B948D. Grayscale: #696969. Windows color (decimal): -10196110 or 7498596. OLE color: 7498596.

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

Color convert

RGB100107114-
CMYK0.120.0600.55
HSL210º6.54%41.96%-
HSV(B)210º12.28%44.71%-
XYZ13.5514.4417.99-
YUV105.7132.68123.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.15%
GREEN value IS 107 (42.19% from 255) = 33.33%
BLUE value IS 114 (44.92% from 255) = 35.51%
R=31.15%
G=33.33%
B=35.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001071140.120.0600.552106.5441.96
Hex646B72C6037d272a
Octal144153162146067322752
Binary1100100110101111100101100110011011111010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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